GetAdministratorListByGroup
This method processes a group ID and returns a list giving the full details of all the administrators who are owners of the group if the group ID exists and has any owners. If not, an empty list is returned. If the group doesn't exist in the repository, a SOAP fault message will be returned.
Note: The GetAdministratorListByGroup method doesn't return any roles assigned to an administrator.
Parameters
Input name | Description | Data type | Optional field? |
---|---|---|---|
Group_ID |
The Group_ID of the group for whom the details of the administrators who own it are required. |
String |
N |
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 |
|
Password |
The administrators password |
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.