Built by Metorial, the integration platform for agentic AI.
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 organizations for multi-tenant B2B scenarios. Organizations group users and can have their own connections, branding, and member roles.
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.
List, add, or remove members from an organization. Members are Auth0 users associated with an organization for multi-tenant B2B scenarios.
Retrieve a single user by their ID. Returns the full user profile including metadata, identities, roles, and permissions.
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.
Create, update, delete, or list client grants. Client grants authorize applications to request access tokens for specific APIs with defined scopes.
Create, update, delete, or list identity provider connections. Connections define how users authenticate — database, social (Google, Facebook), enterprise (SAML, OIDC), or passwordless (SMS, email).
Update an existing user's profile, metadata, or account status. Can update email, password, profile fields, metadata, and blocked status.
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).
Retrieve tenant log events for authentication activity, user actions, and administrative operations. Supports Lucene query syntax filtering, pagination, and cursor-based retrieval.
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.
Permanently delete a user from Auth0. This action is irreversible and removes all associated data.
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.