Search Groups
Use this API instead:
- /scim/v2/Groups
In this case the PagedResponse.results field will contain Group
object. See the Group
model for reference.
Access Policy
Role | Access |
---|---|
Platform operator | ✔️ |
Organization Owner | ✔️ |
Organization Member | ✔️ |
Service Account (Whitelisted Client) | ✔️ |
The search term, uses 'contains' filter on the group displayName attribute.
This parameter is included for CSP compatibility and its value is ignored.
The index of the first element of the page. One based.
Specifies the maximum results per page for every call.
OK
{
"results": [
{
"id": "string",
"displayName": "string",
"domain": "string",
"usersCount": 0,
"groupType": "string"
}
],
"nextLink": "string",
"prevLink": "string",
"totalResults": 0
}
The list of results.
URL to the next page of results.
URL to the previous page of result.
The total number of results on all pages.
The user is not authorized to use the API.
"PagedResponseGroup Object"
The list of results.
URL to the next page of results.
URL to the previous page of result.
The total number of results on all pages.
curl -H 'Authorization: <value>' https://{api_host}/csp/gateway/am/api/groups/search?searchTerm=v