Auth0 Make integrationAutomate Auth0 with Make.
Can Make look after your Auth0 users without a single line of code? The Auth0 Make integration gives you 8 modules: one trigger for new users, five actions and two searches. This page takes a product or IT lead from the connection to a first working scenario.
Verified Trustpilot reviews · AI, automation & growth agency
What does the Auth0 Make integration do?
It links your Auth0 account to Make, a visual tool where you build a scenario: an automation made of modules, each one a brick such as a trigger, an action or a search. Once connected, Make can spot new Auth0 users, create, update or delete accounts, and look people up by ID or by email, without writing code.
Welcome every new signup. Watch Users picks up each account created in Auth0, and the modules after it can pass that person to your support desk or your sales tools, so nobody copies profiles by hand.
Keep profiles in line with your CRM. When a record changes in another app, Search Users by Email finds the matching Auth0 user and Update a User applies the change. That is exactly the scenario built step by step further down this page.
Close access when a client leaves. Get a User confirms who you are about to touch, then Delete a User removes the account. Run it on a dummy user before trusting it with real ones.
Anything the listed modules skip goes through Make an API Call, which reuses the same connection. Make's own Auth0 documentation says it is AI-generated and may contain mistakes, so double-check important details with Auth0. Many apps also have an n8n node: the n8n vs Make comparison lays out the differences, Make pricing covers the plans, and Make training helps if the editor is new to you.
How do you connect Auth0 to Make?
- 01
Collect your Auth0 credentials
In the Auth0 Dashboard, open the Applications page, click your application and go to the Settings tab. Copy the Domain and the Client ID, then click Reveal Client Secret and copy the secret as well.
- 02
Add an Auth0 module in Make
In your scenario, add any Auth0 module and click Create a connection. A connection is your Auth0 account linked to Make once. The Connection name field is optional, but a clear name makes it easy to recognize later.
- 03
Paste the credentials and confirm
Enter the Domain, Client ID and Client secret you copied, or follow the on-screen instructions. From then on, every Auth0 module in your scenarios reuses this same connection, so you never type the secret twice.
Your first Auth0 scenario: update a user from another app
GoalWhen a contact changes in another app, Make finds the Auth0 user with the same email and updates that user.
- 01
Create the scenario
From the Scenarios page, create a new scenario and click the +. Pick the trigger of the app where your contacts change, such as your CRM. It passes each contact along as a bundle, one item moving to the next module.
- 02
Find the Auth0 user
Click the + on the right, search for Auth0 and choose Search Users by Email. Select your connection, then map the email coming from the first module into the search.
- 03
Update the user
Add Update a User after the search. It works by ID, so map the user ID returned by the search, then map the details you want to carry over from the first module.
- 04
Test with Run once
Click Run once, then change a test contact in the source app. Open each module to read the bundles it received and confirm the right Auth0 user was found and updated.
- 05
Schedule and switch on
On the first module, open Scheduling: a new scenario runs every 15 minutes by default, and the Free plan does not go below that. Then switch the scenario on.
What can start an Auth0 scenario?
1 module starts a scenario when something happens in Auth0. A scheduled trigger is checked by Make on the scenario's schedule; an instant one is called by Auth0 as soon as it happens.
Watch Users
Scheduled triggerIn Make“Triggers when a new user is created.”
Watch Users hands your scenario every user newly created in Auth0, one bundle per person, so the rest of the flow can welcome, log or route them without anyone refreshing the dashboard. A trigger is simply the module that starts the scenario.
What can Make do in Auth0?
Auth0 gives you 7 modules. For each one: what it does for you, when to reach for it, and what to watch out for.
Create a User
ActionIn Make“Creates a new user.”
Create a User opens a fresh Auth0 account from data that lives elsewhere, a form entry or a signed contract, so the login is ready before the person asks for it.
Delete a User
ActionIn Make“Deletes a user by ID.”
Delete a User removes an Auth0 account by its ID, which shuts that person's access from inside a scenario instead of the dashboard.
Get a User
ActionIn Make“Gets a user's details by ID.”
Get a User fetches the details of one Auth0 user when you already hold the ID, which is handy for checking a profile before acting on it.
Make an API Call
ActionIn Make“Performs an arbitrary authorized API call.”
Make an API Call lets the scenario reach any endpoint of the Auth0 API with the connection you already set up, for the jobs the seven other modules leave aside.
Update a User
ActionIn Make“Updates a user by ID.”
Update a User edits an existing Auth0 profile, so the details your team changes in a CRM or a spreadsheet also land in Auth0.
Search Users
SearchIn Make“Searches for specific users or lists them all.”
Search Users returns the Auth0 users that match your criteria, or all of them, each as a separate bundle the following modules handle one by one.
Search Users by Email
SearchIn Make“Searches users by email.”
Search Users by Email finds the Auth0 account behind an email address, the most common link between Auth0 and the rest of your tools.
Need help automating Auth0 with Make?
A person reads every message.