curl --request GET \
--url https://{controlPlaneURL}/api/svc/v1/scim/v2/{tenantName}/{ssoId}/Groups \
--header 'Authorization: Bearer <token>'curl --request GET \
--url https://{controlPlaneURL}/api/svc/v1/scim/v2/{tenantName}/{ssoId}/Groups \
--header 'Authorization: Bearer <token>'Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
1-based index of the first result to return
x >= 1Max resources per page (capped at 200 per ServiceProviderConfig)
1 <= x <= 200SCIM filter expression (e.g. userName eq "user@example.com")
List of groups
Was this page helpful?