Groups.removeUsers (Method)
Removes one or more users from one or more groups.
Returns:
Void
Arguments:
Name | Type | Required | Description |
---|---|---|---|
userGroupList | MemberIDGroupIDPairList_Deletable | Required | A comma-delimited list of user and group IDs in the form 'member ID:group ID' where 'member ID' is either a user or group ID; for example, 1000003:52,1000012:101. |
Context:
License Requirements | None |
Permission Requirements | (none) |
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 |
---|---|
24009 | UserGroupID $1 is not a member of the group whose ID is $2. |
24011 | You are not an administrator for one more groups. |
Notes:
None