Deployment Guide

Parameters
Name Type Description
details Flag
Optional parameter; if set to 1 then full
details of all guest accounts are
returned, otherwise only the IDs are
returned
Return Values
Name Type Description
ids Array
Array of guest account IDs (if details
was 0)
users Array
Array of guest account structures (if
details was 1)
Access Control
Requires the guest_users privilege (Guest Manager > List Guest Accounts in the Operator Profile Editor).
Example Usage
Sample parameters:
'details' => 0,
Sample successful call:
'ids' =>
array (
0 => '37',
1 => '141',
2 => '40',
...
),
Method amigopod.guest.reset.password
Reset a guest account's password to a random value.
Parameters
Name Type Description
uid Integer
ID of the guest account to reset the
password for
Return Values
Name Type Description
error Flag Set to 1 if the password was not reset
message String
Message describing the success or
Dell Networking W-ClearPass Guest 6.3 | User Guide The XML-RPC Interface and API | 475