Logo
SCIM-Demo API Documentation

SCIM 2.0 - Identity

Number of APIs: 7


__[Provisioning with SCIM is only available to Qodex Enterprise teams.]

Qodex supports SCIM (System for Cross-domain Identity Management), allowing you to automate provisioning and de-provisioning for your team. With this feature, you can efficiently deploy Qodex at scale across your organization and control access to it via your identity provider.

You must be a Qodex team admin to enable SCIM for your team.

Enabling SCIM Provisioning in Qodex

You must [configure SSO] and enable SCIM for your Qodex team to make use of the SCIM 2.0 API for provisioning and de-provisioning.

To use SCIM, you must have only one SSO method configured. If you have more than one SSO method enabled, you will not have the option to generate a SCIM API key.


1. User Provisioning - Fetch User Resource

GET {{url}}/Users/{{id}}



2. User Provisioning - Update User Information

PUT {{url}}/Users/{{id}}



3. User Provisioning - Fetch All User Resource

GET {{url}}/Users



4. User Provisioning - Create User

POST {{url}}/Users



5. User Provisioning - Update User Information

PATCH {{url}}/Users/{{id}}



6. Service Provider Config

GET {{url}}/ServiceProviderConfig



7. Get ResourceTypes

GET {{url}}/ResourceTypes



ENDPOINTS