Manage an Inbound SCIM Deployment with the Management API

To learn more about the supported SCIM management operations and how to use them, go to the Auth0 Management API Explorer and expand the Connections tab. The management API can enable, update, and remove the SCIM configuration for a selected connection, as well as create and delete SCIM tokens.

Register a client app for management API communication

To use the Auth0 management API, register a machine-to-machine client application that has the permissions necessary to manage your SCIM configuration. 

  1. From the Auth0 Dashboard, select Applications.

  2. Select Create Application.

  3. Enter a name, select Machine to Machine App, and select Create.

  4. On your new app, select the APIs tab, and set Auth0 Management API to Authorized.

  5. Under Permissions, select read:scim_config, create:scim_config, update:scim_config, delete:scim_config, create:scim_token, read:scim_token, and delete:scim_token.

  6. Select Update.

  7. Follow the instructions in Management API Access Tokens to learn how to get tokens and call the Auth0 Management API v2 endpoints.