Skip to main content

SCIM Reference Sheet

Gregory Claeyssens avatar
Written by Gregory Claeyssens
Updated over a week ago

To manage StoryChief users with SCIM, you can send REST API create, read, update, and disable (CRUD) operations to SCIM endpoints. You must supply an OAuth 2.0 access token to perform these operations.

πŸ’‘ Available in StoryChief Enterprise Plans

SCIM Endpoints and CRUD Operations

This table lists the SCIM endpoints and their supported operations.

SCIM Endpoint

Description

Supported

Request the capabilities of the StoryChief SCIM implementation.

Read: GET

Introspect resources and attribute extensions.

Read: GET

Discover the types of resources available, such as Users and Groups.

Read: GET

Provision and manage Users.

Create: POST

Read: GET

Update: PATCH or PUT

Deactivate: PATCH or DELETE

Read here about the specifics of StoryChief's SCIM implementation

Did this answer your question?