Parameter | Description |
---|---|
Query | The search term used to query results. |
Parameter | Description |
---|---|
Limit | The maximum number of groups to return per page. Note: this is restricted to a maximum limit of 200 groups. |
Should Return Total Size | Whether to include total size parameter in the results. Note: fetching total size property is an expensive operation; use it if your use case needs this value. |
Start | The starting index of the returned groups. |
{
"results": [
{
"type": "group",
"name": "<string>",
"id": "<string>",
"_links": {}
}
],
"start": 2154,
"limit": 2154,
"size": 2154,
"totalSize": 150,
"_links": {}
}
Was this page helpful?