Authentication and authorization platform
Tools and capabilities available for Auth0
Retrieve a list of users from Auth0 with optional filtering and pagination
Parameters: page, per_page, search_query, sort
Retrieve detailed information about a specific user by their user ID
Parameters: user_id
Create a new user in Auth0 with specified credentials and metadata
Parameters: email, password, connection, name, username, user_metadata, email_verified
Update an existing user's profile, metadata, or settings
Parameters: user_id, email, name, user_metadata, app_metadata, blocked, email_verified
Permanently delete a user from Auth0
Parameters: user_id
Find users by their email address
Parameters: email
Block or unblock a user's access to applications
Parameters: user_id, blocked
Retrieve all roles assigned to a specific user
Parameters: user_id
Assign one or more roles to a user
Parameters: user_id, role_ids
Remove one or more roles from a user
Parameters: user_id, role_ids
Retrieve all permissions assigned to a specific user
Parameters: user_id
Retrieve all roles defined in Auth0
Parameters: page, per_page
Create a new role with specific permissions
Parameters: name, description
Delete an existing role from Auth0
Parameters: role_id
Retrieve authentication and activity logs for users
Parameters: user_id, page, per_page, from
Retrieve all applications (clients) configured in Auth0
Parameters: page, per_page
Retrieve detailed information about a specific application
Parameters: client_id
Create a new application (client) in Auth0
Parameters: name, app_type, callbacks, allowed_origins
Update configuration settings for an existing application
Parameters: client_id, name, callbacks, allowed_origins, jwt_configuration
Delete an application from Auth0
Parameters: client_id
Retrieve all authentication connections (databases, social, enterprise)
Parameters: strategy
Create a new authentication connection
Parameters: name, strategy, options, enabled_clients
Send a password reset email to a user
Parameters: email, connection
Send an email verification to a user
Parameters: user_id
Retrieve current tenant settings and configuration
Update tenant-level settings and configuration
Parameters: friendly_name, support_email, support_url, session_lifetime
Retrieve all organizations in Auth0
Parameters: page, per_page
Create a new organization for multi-tenancy
Parameters: name, display_name, branding
Add user members to an organization
Parameters: organization_id, user_ids
Retrieve all APIs (resource servers) configured in Auth0
Parameters: page, per_page
Create a new API (resource server) in Auth0
Parameters: name, identifier, scopes, signing_alg
Have an idea for a tool that should be added? Describe it below and we'll add it for you.