Application Programming Interface Guide > Web Services Operations > Operations Reference > getUsersByGroup
 
getUsersByGroup
Get the definitions of all users within the given group, who are also within the given domain.
Location
/services/webservices/system/admin/user/operations/
Request Elements
groupName: The group name.
domainName: The domain name.
Response Elements
users: List of users within the domain. See User Element.
Faults
NotFound: If the group does not exist.
NotFound: If the domain does not exist.
Security: If the user does not have the ACCESS_TOOLS right.