{"resource_type":{"id":384,"name":"auth0","schema":"{\n\t\"$schema\": \"https://json-schema.org/draft/2020-12/schema\",\n\t\"order\": [\n\t\t\"domain\",\n\t\t\"client_id\",\n\t\t\"client_secret\"\n\t],\n\t\"properties\": {\n\t\t\"client_id\": {\n\t\t\t\"default\": \"\",\n\t\t\t\"description\": \"Client ID of the Machine-to-Machine application authorized for the Auth0 Management API.\",\n\t\t\t\"type\": \"string\"\n\t\t},\n\t\t\"client_secret\": {\n\t\t\t\"default\": \"\",\n\t\t\t\"description\": \"Client secret of the Machine-to-Machine application authorized for the Auth0 Management API.\",\n\t\t\t\"password\": true,\n\t\t\t\"type\": \"string\"\n\t\t},\n\t\t\"domain\": {\n\t\t\t\"default\": \"\",\n\t\t\t\"description\": \"Your Auth0 tenant domain, e.g. your-tenant.us.auth0.com or your-tenant.eu.auth0.com (no scheme, no trailing slash). Use a custom domain only if your Management API tokens are issued for it.\",\n\t\t\t\"placeholder\": \"your-tenant.us.auth0.com\",\n\t\t\t\"type\": \"string\"\n\t\t}\n\t},\n\t\"required\": [\n\t\t\"domain\",\n\t\t\"client_id\",\n\t\t\"client_secret\"\n\t],\n\t\"type\": \"object\"\n}","approved":true,"app":"auth0","description":"Auth0 Management API credentials. Create a Machine-to-Machine application in your Auth0 dashboard, authorize it for the Auth0 Management API, and grant the scopes your scripts need (e.g. read:users, create:users). Scripts exchange client_id + client_secret for a short-lived Management API token on each run (client-credentials grant).","created_by":"hugo989","created_at":"2026-06-04T14:02:06.618Z"}}