Deployment Guide

Parameters
Name Type Description
details Flag
Optional parameter; if set to 1 then full
details of all device accounts are
returned, otherwise only the IDs are
returned.
Return Values
Name Type Description
ids Array
Array of device account IDs (if details
was 0).
users Array
Array of device account structures (if
details was 1).
Access Control
Requires the mac_list privilege (Guest Manager > List MAC Authentication Accounts in the Operator Profile
Editor).
Example Usage
Sample parameters:
'details' => 0,
Sample successful call:
'ids' =>
array (
0 => '37',
1 => '141',
2 => '40',
...
),
Dell Networking W-ClearPass Guest 6.3 | User Guide The XML-RPC Interface and API | 481