Platform Usage APIs
/- SCIM APIs (User Provisioning)
- API Reference
/
Search for groups via POS...
Filtering and sorting are not supported.
Security
Authorization
POST
- application/scim+json
- application/json
curl -i -X POST \
https://developer.celonis.com/_mock/celonis-apis/scim-api/openapi/scim_openapi_spec/scim/v2/Groups/.search \
-H 'Authorization: YOUR_API_KEY_HERE' \
-H 'Content-Type: application/scim+json' \
-d '{
"schemas": [
"urn:ietf:params:scim:api:messages:2.0:SearchRequest"
],
"attributes": [
"id"
],
"startIndex": 1,
"count": 10
}'A list of resources, formatted as per the specification