Use the Delegated Admin Extension to expose the Users section of the to a select group of users without allowing them access to the rest of the Dashboard. Before you add the Delegated Admin extension, you need to create the Delegated Admin application in Auth0.
  • Go to Auth0 Dashboard > Applications > Applications, and select Create Application.
  • Enter a descriptive name for your Application (for example, Users Dashboard), select an application type of Single-Page Web Application, and click Create.
  • In the Settings view, set the Allowed Callback URLs and Allowed Logout URLs based on your location, and click Save Changes.
Callback URLs by Region:
Replace {yourTenant} with your tenant name. For example, if your tenant name is tenant_name_example, then for a tenant running on a US-3 environment, the corresponding callback URL is: https://tenant_name_example.us.webtask.run/auth0-delegated-admin/login
LocationRegionLogin Link
AustraliaAUhttps://.au.webtask.io/auth0-delegated-admin/login
EuropeEUhttps://.eu.webtask.io/auth0-delegated-admin/login
EuropeEU-2https://.eu.webtask.run/auth0-delegated-admin/login
JapanJP-1https://.jp.webtask.run/auth0-delegated-admin/login
UKUKhttps://.uk.webtask.run/auth0-delegated-admin/login
USAUS-1https://.us.webtask.io/auth0-delegated-admin/login
USAUS-3https://.us.webtask.run/auth0-delegated-admin/login
Next, install the Delegated Admin Extension.

Learn more