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.
Base URL: https://api.storychief.io/scim/v2/
SCIM Endpoint | Description | Supported |
Request the capabilities of the StoryChief SCIM implementation. | Read: | |
Introspect resources and attribute extensions. | Read: | |
Discover the types of resources available, such as Users and Groups. | Read: | |
Provision and manage Users. | Create: Read: Update: Deactivate: |
Read here about the specifics of StoryChief's SCIM implementation