Overview
Pre-built tooling
Pre-built integrations
Access requirements
Setup guide
Useful links
API gotchas
Pre-built tooling
✅ Authorization
✅ Authorization
✅ Read & write data
✅ Read & write data
| Tools | Status |
|---|---|
| Pre-built integrations | ✅ |
| API unification | ✅ |
| 2-way sync | ✅ |
| Webhooks from Nango on data modifications | ✅ |
| Real-time webhooks from 3rd-party API | 🚫 (time to contribute: <48h) |
| Proxy requests | ✅ |
✅ Observability & data quality
✅ Observability & data quality
| Tools | Status |
|---|---|
| HTTP request logging | ✅ |
| End-to-end type safety | ✅ |
| Data runtime validation | ✅ |
| OpenTelemetry export | ✅ |
| Slack alerts on errors | ✅ |
| Integration status API | ✅ |
✅ Customization
✅ Customization
| Tools | Status |
|---|---|
| Create or customize use-cases | ✅ |
| Pre-configured pagination | 🚫 (time to contribute: <48h) |
| Pre-configured rate-limit handling | 🚫 (time to contribute: <48h) |
| Per-customer configurations | ✅ |
Clients
Connections
| Function name | Description | Type | Source code |
|---|---|---|---|
create-connection | Create a connection in Auth0. | Action | 🔗 Github |
delete-connection | Delete a connection in Auth0. | Action | 🔗 Github |
get-connection | Retrieve a single connection from Auth0. | Action | 🔗 Github |
list-connections | List connections from Auth0. | Action | 🔗 Github |
update-connection | Update a connection in Auth0. | Action | 🔗 Github |
Jobs
Logs
Organizations
| Function name | Description | Type | Source code |
|---|---|---|---|
add-organization-members | Add members to an organization in Auth0. | Action | 🔗 Github |
assign-organization-member-roles | Assign roles to an organization member in Auth0. | Action | 🔗 Github |
create-organization-connection | Enable a connection for an organization in Auth0. | Action | 🔗 Github |
create-organization | Create a organization in Auth0. | Action | 🔗 Github |
delete-organization-connection | Remove an enabled connection from an organization in Auth0. | Action | 🔗 Github |
delete-organization-invitation | Delete a pending invitation to an organization in Auth0. | Action | 🔗 Github |
delete-organization | Delete or archive an organization in Auth0. | Action | 🔗 Github |
get-organization-by-name | Retrieve an organization by its name from Auth0. | Action | 🔗 Github |
get-organization | Retrieve a single organization from Auth0. | Action | 🔗 Github |
invite-organization-member | Create an invitation to join an organization in Auth0. | Action | 🔗 Github |
list-organization-connections | List the enabled connections for an organization in Auth0. | Action | 🔗 Github |
list-organization-invitations | List pending invitations for an organization in Auth0. | Action | 🔗 Github |
list-organization-member-roles | List the roles assigned to an organization member in Auth0. | Action | 🔗 Github |
list-organization-members | List members of an organization in Auth0. | Action | 🔗 Github |
list-organizations | List organizations from Auth0. | Action | 🔗 Github |
remove-organization-member-roles | Remove roles from an organization member in Auth0 | Action | 🔗 Github |
remove-organization-members | Remove members from an organization in Auth0. | Action | 🔗 Github |
update-organization | Update an organization in Auth0. | Action | 🔗 Github |
Resource Servers
| Function name | Description | Type | Source code |
|---|---|---|---|
create-resource-server | Create an API resource server in Auth0. | Action | 🔗 Github |
delete-resource-server | Delete an API resource server in Auth0. | Action | 🔗 Github |
list-resource-servers | List API resource servers in Auth0. | Action | 🔗 Github |
update-resource-server | Update an API resource server in Auth0. | Action | 🔗 Github |
Roles
| Function name | Description | Type | Source code |
|---|---|---|---|
assign-permissions-to-role | Assign permissions to a role in Auth0. | Action | 🔗 Github |
create-role | Create a role in Auth0. | Action | 🔗 Github |
delete-role | Delete or archive a role in Auth0. | Action | 🔗 Github |
get-role | Retrieve a single role from Auth0. | Action | 🔗 Github |
list-role-permissions | List the permissions associated with a role in Auth0. | Action | 🔗 Github |
list-roles | List roles from Auth0. | Action | 🔗 Github |
remove-permissions-from-role | Remove permissions from a role in Auth0. | Action | 🔗 Github |
update-role | Update a role in Auth0. | Action | 🔗 Github |
Tickets
Users
| Function name | Description | Type | Source code |
|---|---|---|---|
assign-permissions-to-user | Assign permissions directly to a user in Auth0. | Action | 🔗 Github |
create-user | Create a user in Auth0. | Action | 🔗 Github |
delete-user-authenticators | Delete all MFA authenticators enrolled by a user in Auth0 | Action | 🔗 Github |
delete-user-refresh-tokens | Revoke all refresh tokens for a user in Auth0 | Action | 🔗 Github |
delete-user-sessions | Revoke all active sessions for a user in Auth0. | Action | 🔗 Github |
delete-user | Delete or archive a user in Auth0 | Action | 🔗 Github |
get-user-blocks | Get blocked-for IPs for a user in Auth0. | Action | 🔗 Github |
get-user-grants | Get the grants associated with a user in Auth0. | Action | 🔗 Github |
get-user-permissions | Get the permissions assigned to a user in Auth0. | Action | 🔗 Github |
get-user-roles | Get the roles assigned to a user in Auth0. | Action | 🔗 Github |
get-user | Retrieve a single user from Auth0. | Action | 🔗 Github |
link-user-account | Link a secondary user account to a primary account in Auth0. | Action | 🔗 Github |
list-user-authenticators | List the MFA authenticators enrolled by a user in Auth0. | Action | 🔗 Github |
list-user-sessions | List active sessions for a user in Auth0. | Action | 🔗 Github |
list-users | List users from Auth0. | Action | 🔗 Github |
remove-permissions-from-user | Remove permissions from a user in Auth0. | Action | 🔗 Github |
remove-roles-from-user | Remove Auth0 roles from a user. | Action | 🔗 Github |
send-verification-email | Send a verification email to a user in Auth0. | Action | 🔗 Github |
unblock-user | Unblock a user that was blocked due to anomaly detection in Auth0. | Action | 🔗 Github |
unlink-user-account | Unlink a secondary user identity from a primary account in Auth0 | Action | 🔗 Github |
update-user | Update a user in Auth0. | Action | 🔗 Github |
Others
| Function name | Description | Type | Source code |
|---|---|---|---|
assign-roles-to-user | Assign Auth0 roles to a user. | Action | 🔗 Github |
get-resource-server | Retrieve a single API resource server from Auth0. | Action | 🔗 Github |
list-user-refresh-tokens | List refresh tokens issued to a user in Auth0. | Action | 🔗 Github |
update-client | Update a client in Auth0. | Action | 🔗 Github |
update-organization-connection | Update an enabled connection for an organization in Auth0. | Action | 🔗 Github |
clients | Sync clients from Auth0 | Sync | 🔗 Github |
connections | Sync connections from Auth0. | Sync | 🔗 Github |
grants | Sync OAuth grants from Auth0. | Sync | 🔗 Github |
log-entries | Sync log entries from Auth0 | Sync | 🔗 Github |
organization-members | Sync members across all organizations from Auth0 | Sync | 🔗 Github |
organizations | Sync organizations from Auth0. | Sync | 🔗 Github |
resource-servers | Sync API resource servers from Auth0 | Sync | 🔗 Github |
role-permissions | Sync permissions associated with each role from Auth0. | Sync | 🔗 Github |
roles | Sync roles from Auth0. | Sync | 🔗 Github |
user-blocks | Sync blocked-IP records for users from Auth0. | Sync | 🔗 Github |
users | Sync users from Auth0. | Sync | 🔗 Github |
Access requirements
| Pre-Requisites | Status | Comment |
|---|---|---|
| Paid dev account | ✅ Not required | Free, self-signup here. |
| Paid test account | ✅ Not required | You can create a free-tier tenant directly from your developer account for testing purposes. |
| Partnership | ✅ Not required | |
| App review | ✅ Not required | Only required for marketplace listing. |
| Security audit | ✅ Not required |
Setup guide
No setup guide yet.Contribute improvements to the setup guide by editing this page
Useful links
Contribute useful links by editing this page
API gotchas
None yet, add yours!Contribute API gotchas by editing this page
Going further
Connect to Auth0 (Client Credentials)
Guide to connect to Auth0 (Client Credentials) using Connect UI