Platform Usage APIs
/- SCIM APIs (User Provisioning)
- API Reference
/
Search for groups via GET
Filtering and sorting are not supported.
Security
Authorization
Limit result to items that contain these attributes at the minimum. See the specification
Exclude these attributes from the result set. See the specification
GET
curl -i -X GET \
'https://developer.celonis.com/_mock/celonis-apis/scim-api/openapi/scim_openapi_spec/scim/v2/Groups?startIndex=1&count=200&attributes=string&excludedAttributes=string' \
-H 'Authorization: YOUR_API_KEY_HERE'A list of resources, formatted as per the specification