Users.getAdministrators (Method)
Returns zero or more structures, each containing information about a user's administrators.
Returns:
Users_GetAdministrators_Result (query)
Each row of the returned query results has the following fields:
Field Name | Type | Description |
---|---|---|
Name | PlainText_NonNull | The group or user's name. |
UserGroupID | UserGroupID | The user or group's ID. |
UserGroupType | UserGroupType | String indicating the type of administrator, either 'User' or 'Group'. |
Arguments:
Name | Type | Required | Description |
---|---|---|---|
userID | UserID | Required | A user's ID. |
Context:
License Requirements | None |
Permission Requirements | (none) |
Deny Context | None |
Require Context | None |
Author Lock | (not required) |
Transaction Logging | Transaction logging is disabled for this method |
Customization | Customization is not supported for this method. |
Error Codes:
None
Notes:
None