SelectUserGroups
Searches roles for specified information.
To search a single role, specify Name or Id. To search a list of roles, specify NameList or IdList. To search roles matching the specified conditions, specify Search.
ResultDef
ArrayOfString. The properties to retrieve.
Search
UserGroupSearch. The search conditions. If conditions apply to multiple fields, use ConditionArray. When using RSSE external registration, SelectUsers allows only one search condition.
IdList
ArrayOfString. The list of user IDs to search. Specify either IdList or NameList.
NameList
ArrayOfString. The list of user names to search. Specify either NameList or IdList.
Id
String. The ID of the single user to search. Specify either Id or Name.
Name
String. The name of the single user to search. Specify either Name or Id.
Response elements
Roles
ArrayOfRole. The selected roles.
FetchHandle
String. Indicates that the number of items in the result set exceeds the FetchSize limit.
TotalCount
Long. The number of entries in the search result set.