Application Programming Interface Guide > Web Services Operations > Operations Reference > getUsers
 
getUsers
Get the definitions of the given domain users.
Location
/services/webservices/system/admin/user/operations/
Request Elements
domainName: The domain name.
names: List of user names within the domain.
Response Elements
users: List of users within the domain. See User Element.
Faults
NotFound: If the domain does not exist.
NotFound: If any of the requested users do not exist.
Security: If the user does not have the ACCESS_TOOLS right.
Security: If the user does not have the READ_ALL_USERS and the user names being retrieved includes any user other than the current user.