GetAdministratorList
This method returns a list giving the full details of all the administrators in the database. If there are none, an empty list is returned.
Note: The GetAdministratorList method doesn't return any roles assigned to an administrator.
Parameters
Input name | Description | Data type |
---|---|---|
NONE |
Response
Output name | Description | Data type | |
---|---|---|---|
Administrator (repeated for all the administrators in the system) |
|||
Administrator_ID |
The Administrator ID of the administrator whose details follow |
String |
|
Administrator_Name |
The login name of this administrator |
String |
|
Profile_Name |
The user profile record from which this administrator's rights are inherited |
String |
|
Authenticate_Ext |
Reserved for future use |
Integer |
|
|
This administrator's email address |
String |
|
URL |
A URL for this administrator (such as that of a homepage or picture) |
String |
Troubleshooting
For information about any error codes returned when using this method, see Error codes.