SCIM API Documentation

The SCIM (System for Cross-domain Identity Management) API allows you to automate and manage user information within your system.

Our SCIM service provider follows the SCIM 2.0 API as described in RFCs 7643 and 7644.

Supported Entities

Our SCIM implementation currently supports the following:

  • User: Supports all CRUD operations (Create, Read, Update, Delete).
  • Role: Supports only GET operations (Retrieve role data).

Authentication

To authenticate, you need to use existing Eightfold API credentials to generate an Auth token. Please refer to the Eightfold OAuth Configuration page to understand how to fetch an OAuth token.


For detailed API specifications, request/response examples, and implementation guidelines, please refer to the SCIM API Endpoint Reference documentation.