Application Programming Interface Guide > Web Services Operations > Operations Reference > updateGroup
 
updateGroup
Update a domain group.
Location
/services/webservices/system/admin/user/operations/
Request Elements
domainName: The domain name.
groupName: The group name.
userNames (optional): Names (and optional domains) of users belonging to this group. If not provided, the list of users in the group is left unaltered.
explicitRights (optional): A bit mask for a group’s rights. For a table of values, see User and Group Rights Mask.
annotation (optional): A description of the group. If not provided, the annotation is left unaltered.
Response Elements
N/A
Faults
NotAllowed: If the group cannot be updated as requested. The annotation may not be updatable and the group membership may not be updatable like the composite domain’s.
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 group does not have the ACCESS_TOOLS and MODIFY_ALL_USERS rights.