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:
Create user
Create a user.
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.
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.
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.