Resources · Make integration

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 you can automate

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.

Connect

How do you connect Auth0 to Make?

  1. 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.

  2. 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.

  3. 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.

First scenario

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.

  1. 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.

  2. 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.

  3. 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.

  4. 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.

  5. 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.

Triggers

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.

Auth01Watch Users

Watch Users

Scheduled trigger

In MakeTriggers 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.

How it fires
it is a scheduled trigger, so Make checks the app on the scenario's schedule, every 15 minutes by default. Nothing reaches Make the second a signup happens.
When to use it
when each new account should open a task for your onboarding or support team.
Watch out
it reacts to new users only, so an edited profile will not start the scenario.
Modules

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.

Auth01

Create a User

Action

In MakeCreates 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.

When to use it
when a customer signs up in another tool and should get access right away.
Watch out
if the person may already exist, place Search Users by Email first and look at what it returns before creating anyone.
Auth02

Delete a User

Action

In MakeDeletes 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.

When to use it
when a contract ends or an employee leaves and the account should go with them.
Watch out
it needs the user ID, not an email, so put Search Users by Email or Get a User before it, and try the whole scenario on a test account first.
Auth03

Get a User

Action

In MakeGets 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.

When to use it
right after Watch Users, or when another app stores the Auth0 ID next to the customer record.
Watch out
it looks people up by ID only; with just an email in hand, Search Users by Email is the module to pick.
Auth04

Make an API Call

Action

In MakePerforms 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.

When to use it
when the request you need has no dedicated module in this list.
Watch out
you describe the request yourself, so keep the Auth0 API reference open while you fill in the module.
Auth05

Update a User

Action

In MakeUpdates 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.

When to use it
when a customer changes their name or email in your billing tool and Auth0 should follow.
Watch out
the module works by ID; get that ID from a search or from Get a User, then map only what you actually mean to change.
Auth06

Search Users

Search

In MakeSearches 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.

When to use it
to export your user base to a sheet, or to review accounts before a cleanup.
Watch out
every module after it runs once per user found, and each run is an operation, the unit Make counts on your plan.
Auth07

Search Users by Email

Search

In MakeSearches 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.

When to use it
when a form, an invoice or a support ticket gives you only the email and you need the user ID.
Watch out
a search can return zero, one or several users, so check the result with Run once before chaining Update a User or Delete a User.
Need help

Need help automating Auth0 with Make?

A person reads every message.

FAQ

Auth0 and Make: common questions

01Is the Auth0 Make integration free?
Yes on the Make side: Auth0 is a standard app, available from the Free plan. That plan allows 2 active scenarios, at least 15 minutes between two scheduled runs, up to 5 minutes per execution, files up to 5 MB and 512 MB of data transfer. Paid plans (Core, Pro, Teams and Enterprise) bring the interval down to 1 minute, lift the cap on active scenarios and count usage in credits per month. You still need an active Auth0 account, priced by Auth0 itself.
02What do you need to connect Auth0 to Make?
An active Auth0 account and an application in the Auth0 Dashboard. From that application's Settings tab, copy the Domain, the Client ID and the Client secret, which appears once you click Reveal Client Secret. In Make, add any Auth0 module, click Create a connection and paste those three values. If Auth0 prompts for a callback URI, the documentation gives https://www.integromat.com/oauth/cb/auth02. The connection is then reused by every Auth0 module you add later.
03Does the Auth0 Make trigger work in real time?
No. Watch Users is a scheduled trigger: Make asks Auth0 for new users on the scenario's schedule instead of being alerted the moment a signup happens. A new scenario runs every 15 minutes by default. On the Free plan, 15 minutes is also the shortest interval, while paid plans go down to 1 minute. Auth0 has no instant trigger in Make, so if a short delay matters for your onboarding, build the rest of the flow with that gap in mind.
04What if an Auth0 Make module is missing?
Use Make an API Call. It sends a request to any endpoint of the Auth0 API with the connection you already created, so you can reach what the other modules skip. The listed modules focus on users: watch new ones, create, get, update, delete and search. Anything beyond that goes through the API call. Keep in mind that Make's Auth0 documentation describes itself as AI-generated and possibly wrong in places, so verify important details with Auth0 before relying on them.
05Should you use Make or n8n for Auth0?
It depends on the criteria that matter to your team. On Make, Auth0 comes with 8 modules: a scheduled trigger for new users, five actions including Make an API Call, and two searches, all set up in a visual editor. Many apps also have an n8n node, and the honest way to choose is to compare both tools on your own use case. Check which modules each side offers for the flow you have in mind and which way of building your team prefers.