Auth0

your_domain.auth0.com

Community

Auth0 Management API for managing users, roles, connections, and organizations in your Auth0 tenant. Create and search users, assign roles, configure identity providers, and monitor authentication logs programmatically.

Auth

api_key

Pricing

free

Spec version

1.0

Base URL

https://YOUR_DOMAIN.auth0.com/api/v2

Crawl failures

1

Last verified

2026-03-01T11:52:54.000Z

Health

This is a community-maintained manifest. Health monitoring is not available because this service doesn't host its own /.well-known/agent endpoint yet. Learn more about trust levels →

Capabilities

assign_roles

analytics

Assign one or more roles to a user. Roles control permissions and access to resources across your application.

Detail: https://YOUR_DOMAIN.auth0.com/api/v2/capabilities/assign_roles

create_user

email

Create a new user in a specific Auth0 database connection. Set email, password, and optional profile metadata at creation time.

Detail: https://YOUR_DOMAIN.auth0.com/api/v2/capabilities/create_user

get_logs

analytics

Retrieve authentication and management event logs from your Auth0 tenant. Filter by event type, user, date range, and more for security auditing.

Detail: https://YOUR_DOMAIN.auth0.com/api/v2/capabilities/get_logs

get_user

email

Retrieve a single user's full profile by their Auth0 user ID. Returns email, identity providers, roles, metadata, and login history.

Detail: https://YOUR_DOMAIN.auth0.com/api/v2/capabilities/get_user

list_connections

analytics

List all configured identity provider connections (database, social, enterprise) in your Auth0 tenant.

Detail: https://YOUR_DOMAIN.auth0.com/api/v2/capabilities/list_connections

list_roles

analytics

List all roles defined in your Auth0 tenant. Returns role names, descriptions, and IDs for use in role assignments.

Detail: https://YOUR_DOMAIN.auth0.com/api/v2/capabilities/list_roles

list_users

email

Search and list users in your Auth0 tenant with filtering, sorting, and pagination. Supports Lucene query syntax for advanced searches by email, name, or any user attribute.

Detail: https://YOUR_DOMAIN.auth0.com/api/v2/capabilities/list_users

update_user

email

Update a user's profile attributes including email, name, password, blocked status, and custom metadata fields.

Detail: https://YOUR_DOMAIN.auth0.com/api/v2/capabilities/update_user

Agent Preview

This is what an AI agent sees when it discovers this service via the Gateway:

Service: Auth0
Description: Auth0 Management API for managing users, roles, connections, and organizations in your Auth0 tenant. Create and search users, assign roles, configure identity providers, and monitor authentication logs programmatically.
Auth: api_key
Capabilities:
  - assign_roles: Assign one or more roles to a user. Roles control permissions and access to resources across your application.
  - create_user: Create a new user in a specific Auth0 database connection. Set email, password, and optional profile metadata at creation time.
  - get_logs: Retrieve authentication and management event logs from your Auth0 tenant. Filter by event type, user, date range, and more for security auditing.
  - get_user: Retrieve a single user's full profile by their Auth0 user ID. Returns email, identity providers, roles, metadata, and login history.
  - list_connections: List all configured identity provider connections (database, social, enterprise) in your Auth0 tenant.
  - list_roles: List all roles defined in your Auth0 tenant. Returns role names, descriptions, and IDs for use in role assignments.
  - list_users: Search and list users in your Auth0 tenant with filtering, sorting, and pagination. Supports Lucene query syntax for advanced searches by email, name, or any user attribute.
  - update_user: Update a user's profile attributes including email, name, password, blocked status, and custom metadata fields.