--- title: 'Auth0' description: 'Manage users, roles, connections, and applications via the Auth0 Management API.' --- # Auth0 Manage users, roles, connections, and applications via the Auth0 Management API. | Detail | Value | |---|---| | Category | Security | | Base URL | `https://{tenant}.auth0.com/api/v2` | | Authentication | Bearer Token | | Endpoints | 6 | | Connector key | `auth0` | ## Using Auth0 in a workflow 1. Go to **Connections** and click **New Connection**. 2. Pick **Auth0** from the marketplace. 3. Enter your credentials (see Authentication above for what's expected). 4. In a workflow, drop an **API Call** node and select this connection. 5. Pick the operation you need from the Operation dropdown — see the table below. ## Available Endpoints | Endpoint | Summary | |---|---| | [GET /users](./get_users_security_listusers) | List or search users | | [POST /users](./post_users_security_createuser) | Create a user | | [GET /users/{userId}](./get_users_userid_security_getuser) | Get a user | | [GET /roles](./get_roles_security_listroles) | List roles | | [GET /connections](./get_connections_security_listconnections) | List connections | | [GET /logs](./get_logs_security_listlogs) | Search log events | > Each endpoint has its own page with parameter details, an example > `API Call` node configuration, and the response shape.