/
/Celonis SCIM API
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 9h ago · Updated 3w ago
Bulk API1
  • post/scim/v2/Bulk
Discovery5
  • getRetrieve data on the configuration and capabilities of our SCIM implementation
  • getRetrieve all schemas currently in use by the Celonis Platform.
  • getRetrieve specific schema currently in use by the Celonis Platform.
  • getRetrieve all user types available via the SCIM API
  • getRetrieve specified resource type types available via the SCIM API
Group API6
  • getRetrieve a group by its ID
  • putUpdate a group by its ID
  • deleteDelete a group by its ID
  • getSearch for groups via GET
  • postCreate a group
  • postSearch for groups via POST
User API6
  • getRetrieve a user by its ID
  • putUpdate a user by its ID
  • deleteDelete a user by its ID
  • getSearch for users via GET
  • postAdd a user
  • postSearch for users via POST
    User API

    Retrieve a user by its ID

    get/scim/v2/Users/{id}

    Path parameters

    idstring required

    User ID

    Query parameters

    attributesstring

    Attributes to include

    excludedAttributesstring

    Attributes to exclude

    Response

    OK

    Changes