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.- From the Auth0 Dashboard, select Applications.
- Select Create Application.
- Enter a name, select Machine to Machine App, and select Create.
- On your new app, select the APIs tab, and set Auth0 Management API to Authorized.
- Under Permissions, select
read:scim_config
,create:scim_config
,update:scim_config
,delete:scim_config
,create:scim_token
,read:scim_token
, anddelete:scim_token.
- Select Update.
- Follow the instructions in Management API Access Tokens to learn how to get tokens and call the Auth0 Management API v2 endpoints.