Integrations
LoginSign Up

Auth0

These Auth0 native actions allow integrating your Arengu forms for customer sign ups, authentication and profiling of users.  

Connect your Auth0 M2M application

To connect your Auth0 M2M application to Arengu you will need the Client ID, Client secret and Tenant domain. They can be found at Auth0 Dashboard's Application Settings page or learn how to create an Auth0 M2M application here:

Create user

Creates a new user.

Input settings

Parameter Description
ID (required) Action ID. It is used to reference the output values of the action.
Alias Short description to be displayed in the action.
Connection (required) Select an existing connection from the vault or create a new connection using your Auth0 M2M application's Client ID, Client secret, and Tenant domain.
Body (required) Add parameters to a user's details, a database connection is a required parameter but other such as email and password are dependent upon the type of connection. Click here for parameter information.

Find expected response and extra API information at Auth0's documentation.

Get user

Get user details from an existing user.

Input settings

Parameter Description
ID (required) Action ID. It is used to reference the output values of the action.
Alias Short description to be displayed in the action.
Connection (required) Select an existing connection from the vault or create a new connection using your Auth0 Client ID, Client secret, and Tenant domain.
User ID (required) The user's ID.

Find expected response and extra API information at Auth0's documentation.

Update user

Update attributes to an existing user.

Input settings

Parameter Description
ID (required) Action ID. It is used to reference the output values of the action.
Alias Short description to be displayed in the action.
Connection (required) Select an existing connection from the vault or create a new connection using your Auth0 Client ID, Client secret, and Tenant domain.
User ID (required) The user's ID.
Body ID (required) Add user's parameters to be updated, they can be root level, user_metadata and app_metadata. Click here for parameter information.

Find expected response and extra API information at Auth0's documentation.

Table of contents