Platform Usage APIs
/- SCIM APIs (User Provisioning)
- API Reference
- Retrieve specific schema currently in use by the Celonis Platform.
Retrieve data on the configuration and capabilities of our SCIM implementation
Retrieve all schemas currently in use by the Celonis Platform.
Retrieve all user types available via the SCIM API
Retrieve specified resource type types available via the SCIM API
Retrieve specific schema...
GET
curl -i -X GET \
'https://developer.celonis.com/_mock/celonis-apis/scim-api/openapi/scim_openapi_spec/scim/v2/Schemas/{schemaUrn}' \
-H 'Authorization: YOUR_API_KEY_HERE'