Search Groups
In this case the PagedResponse.results field will contain Group
object. See the Group
model for reference.
Request
URI
GET
https://sc2-10-185-6-200.eng.vmware.com//csp/gateway/am/api/groups/search
COPY
Query Parameters
string
searchTerm
Required
The search term, uses 'contains' filter on the group displayName attribute.
string
idpId
Optional
This parameter is included for CSP compatibility and its value is ignored.
integer
pageStart
Optional
The number of results per page.
integer
pageLimit
Optional
The index of the first element of the page. One based.
Responses
200
default response
Returns PagedResponseGroup of type(s) */*
{
"results": [
{
"id": "string",
"displayName": "string",
"domain": "string",
"usersCount": 0
}
],
"nextLink": "string",
"prevLink": "string",
"totalResults": 0
}
string
nextLink
Optional
URL to the next page of results.
string
prevLink
Optional
URL to the previous page of result.
integer As int32 As int32
totalResults
Optional
The total number of results on all pages.
Group Controller Operations
GET
Search Groups