Auth0
This list of Auth0 actions allows you to get, create, and update users.
Configure your Vault connection
To configure a Vault connection for your Auth0 actions, you will need to create a Machine-to-Machine application and use Tenant domain, Client ID and Client Secret:
![](http://images.ctfassets.net/cdy7uua7fh8z/1IPtH5hD6QTRXsySyo2Ovr/3562828624e2fd4f308b6eb3b5042f34/auth0-vault-connection.png)
Create user
Create a user.
![](http://images.ctfassets.net/cdy7uua7fh8z/6MQIKf2IpTtI2g7d5Pwn7u/222ec746cf9c0c1003d18ba4c0aa451e/create_user.png)
Input settings
Parameter | Description |
---|---|
Body | The payload of Auth0 user properties to add. To learn more, read Create a user API documentation. |
Output settings
You can find the expected response and status codes at Create a user API documentation.
Get user
Retrieve user details.
![](http://images.ctfassets.net/cdy7uua7fh8z/3GoNZsXOvMTYRtMQNj00mm/6e92d94cee7b165479c688358a5df242/Screenshot_2024-11-18_at_16.31.49.png)
Input settings
Parameter | Description |
---|---|
User ID | ID of the user to retrieve. To learn more, read Get a user API documentation. |
Output settings
You can find the expected response and status codes at Get a user API documentation.
Update user
Update a user.
![](http://images.ctfassets.net/cdy7uua7fh8z/3tymSpaeod6EksWRJp1sge/1122b244d756d754fe41baac209a132b/Screenshot_2024-11-18_at_16.49.56.png)
Input settings
Parameter | Description |
---|---|
User ID | ID of the user to update. |
Body | The payload of Auth0 user properties to update. To learn more, read Update a user API documentation. |
Output settings
You can find the expected response and status codes at Update a user API documentation.