SCIM API
The SCIM API allows for the managing of groups and users within the Celonis Platform. The SCIM API is a well-documented standard, with most resources mentioned on simplecloud.info. The SCIM API provides a common user schema and a method for automating the exchange of user identity information.
NOTE: ALL SCIM OPERATIONS ARE SCOPED TO A TEAM. CHANGES TO A USER IN ONE TEAM DO NOT AFFECT ANY OTHER MEMBERSHIPS FOR THAT USER.
Use Cases
The SCIM API can be used to:
- Manage user identities across cloud-based applications such as your source identity system and your Celonis Platform team.
- Integrate Identity Providers / Managers such as Active Directory and Okta to the Celonis Platform in order to automatically provision and manage Celonis users and groups.
Authentication
The SCIM API supports two methods of authentication:
-
Via Application keys, passed in an HTTP header like this:
Authorization: AppKey APPLICATION_KEY
. -
Via API keys, passed in an HTTP header like this:
Authorization: Bearer API_KEY
.
See this help page for information on how to acquire the keys and set permissions.