Built by Metorial, the integration platform for agentic AI.
Create, update, delete, or list API resource servers. Resource servers represent APIs protected by Auth0, with defined scopes/permissions and token settings.
Create, update, delete, or list roles. Roles define sets of permissions that can be assigned to users for role-based access control (RBAC).
Create, update, delete, or list organizations for multi-tenant B2B scenarios. Organizations group users and can have their own connections, branding, and member roles.
Create, update, delete, or list identity provider connections. Connections define how users authenticate — database, social (Google, Facebook), enterprise (SAML, OIDC), or passwordless (SMS, email).
Search and list users in your Auth0 tenant. Supports Lucene query syntax for filtering by email, name, connection, metadata, and other user attributes. Returns paginated results with up to 50 users per page.
Create, update, delete, or list client grants. Client grants authorize applications to request access tokens for specific APIs with defined scopes.
Create a new user in Auth0. The user will be created in the specified connection (e.g., "Username-Password-Authentication"). Depending on the connection type, different fields may be required.
Update an existing user's profile, metadata, or account status. Can update email, password, profile fields, metadata, and blocked status.
List, add, or remove members from an organization. Members are Auth0 users associated with an organization for multi-tenant B2B scenarios.
Permanently delete a user from Auth0. This action is irreversible and removes all associated data.
List, assign, or remove roles for a user. Use the action parameter to specify the operation: "list" to get current roles, "assign" to add roles, or "remove" to remove roles.
Retrieve tenant log events for authentication activity, user actions, and administrative operations. Supports Lucene query syntax filtering, pagination, and cursor-based retrieval.
Create, update, delete, or list applications (clients) in Auth0. Applications represent the apps and services that use Auth0 for authentication. Supports native, SPA, regular web, and machine-to-machine app types.
Create, update, deploy, delete, or list Auth0 Actions. Actions are serverless functions that execute during authentication flows (login, registration, password change, etc.) to add custom logic.
Retrieve a single user by their ID. Returns the full user profile including metadata, identities, roles, and permissions.
List, assign, or remove roles for a user inside a specific Auth0 Organization membership.
List, assign, or remove Auth0 permissions granted to a role. Permissions reference API resource-server identifiers and scope names.
List, assign, or remove direct Auth0 permissions for a user. Permissions reference API resource-server identifiers and scope names.
Create, update, delete, get, or list Auth0 log streams for delivering tenant logs to HTTP webhooks and supported event destinations.