Connectivity Guide

370 | The XML-RPC Interface and API Dell Networking W-ClearPass Guest 6.2 | User Guide
Access Control
Requires the reset_password privilege (Guest Manager > Reset Password in the Operator Profile Editor).
Example Usage
Sample parameters for the call:
'uid' => 162,
Sample successful call:
'error' => 0,
'message' => 'Guest account password reset for
Password changed to 37172833',
'item' =>
array (
'id' => 162,
'password' => '37172833',
'username' => '',
),
Sample failed call:
'error' => 1,
'message' => 'Account not found: ID 162',
Method amigopod.mac.create
Create a new MAC device account.
Parameters
Name Type Description
sponsor_name String
Name of the person sponsoring the
device account.
visitor_name String Name of the visitor.
visitor_company String Company name of the visitor.
email String
The visitor's email address. This will
become their username to log in to
the network.
expire_after Numeric
Amount of time before the device
account will expire. Specified in
hours.
expire_time String
Optional date and time at which the
device account will expire.
role_id Integer
RADIUS role ID to assign to the
device account.
creator_accept_terms Flag
Set to 1 to indicate acceptance of the
service's terms of use.
* *
Other fields as specified by create_
user form customization.