List Groups
List groups provisioned for the calling organisation (RFC7644 section 3.4.2.2).
Query parameters mirror list_users: filter supports only
displayName eq "value", startIndex is 1-based, and count is capped
at 500.
Authorization
ScimBearerToken AuthorizationBearer <token>
In: header
Query Parameters
filter?string|null
startIndex?Startindex
Range
1 <= valueDefault
1count?Count
Range
1 <= value <= 500Default
100Response Body
application/json
application/json
curl -X GET "https://example.com/v1/scim/v2/Groups"null{ "detail": [ { "loc": [ "string" ], "msg": "string", "type": "string" } ]}