Groups.deleteAdministrator (Method)
Deletes a user or group from being a group's administrator.
Returns:
Void
Arguments:
Name | Type | Required | Description |
---|---|---|---|
groupID | GroupID_Deletable_NonVisitorContext | Required | A group's ID. |
contributorIDGroupID | UserGroupIDorOrphan | Required | A contributor (user) or group's ID. |
Context:
License Requirements | None |
Permission Requirements | Group:Admin |
Deny Context | None |
Require Context | AuthoringEnabled |
Author Lock | (not required) |
Transaction Logging | If transaction logging is enabled at the customer level, calls to this method will be logged |
Customization | Customization is not supported for this method. |
Error Codes:
Code | Error Message |
---|---|
24017 | One or more of the specified users and groups is not an administrator. |
Notes:
None