Application Programming Interface Guide > Web Services Operations > Operations Reference > removeUsersFromGroup
 
removeUsersFromGroup
Remove one or more users from a domain’s group.
Location
/services/webservices/system/admin/user/operations/
Request Elements
domainName: The domain name.
groupName: The group name.
userNames: List of user names to remove from the group.
Response Elements
N/A
Faults
NotAllowed: If the group cannot be updated as requested. The group membership might not be updatable, as with the composite domain’s “all” group.
NotAllowed: If an attempt is made to use this operation with an insufficient license.
NotFound: If the domain does not exist.
NotFound: If the group does not exist.
NotFound: If any of the provided users do not exist.
Security: If the user does not have the ACCESS_TOOLS and MODIFY_ALL_USERS rights.