SelectGroups
Retrieves the names of groups that match the specified criteria. To retrieve a list of a user group memberships, specify a name in UserName. SelectGroupsResponse then returns the list of the user groups. SelectGroups is required when using external registration security level.
Request elements
QueryPattern
The string match.
UserName
The name of a user whose group membership to retrieve. Must not be an empty string.
FetchSize
The maximum number of records to retrieve and return in a result set. The default value is 500.
Response elements
Groups
The list of users matching the search criteria.
TotalCount
The number of entries in the search result set.