SelectGroups
Searches groups for specified information.
To search a single group, specify Name or Id. To search a list of groups, specify NameList or IdList. To search groups matching the specified conditions, specify Search.
Request elements
ResultDef
ArrayOfString. The properties to retrieve.
Search
GroupSearch. The search conditions. If conditions apply to multiple fields, use ConditionArray. When using RSSE external registration, SelectGroups allows only one search condition.
IdList
ArrayOfString. The list of group IDs to search. Specify either IdList or NameList.
NameList
ArrayOfString. The list of group names to search. Specify either NameList or IdList.
Id
String. The ID of the single group to search. Specify either Id or Name.
Name
String. The name of the single group to search. Specify either Name or Id.
Response elements
Groups
ArrayOfGroup. The selected groups.
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.