IT and Development
Auth0
12 min
with auth0 modules in make, you can create, monitor, update and search for users in your auth0 account and make api calls to get started with auth0, create an account at auth0 com connect auth0 to make to make a connection you need to create an application in your auth0 account and retrieve the credentials log in to your auth0 account click applications in the left hand menu, then click applications in the drop down click create application choose a name for your new app select the machine to machine app type, then click create select the api you want to authorize for invocation from your application you can also create a new api select any permissions you need, then click authorize once you have created your app, click settings under basic information , copy the domain , client id , and client secret to your clipboard go to your make make and choose the auth0 module you want to use next to connection , click add give your connection a name copy the domain url from step 9 into the corresponding field for example, if your auth0 domain is vasyapupkin eu auth0 com then use https //vasyapupkin eu auth0 com copy the client id and client secret into their respective fields click save you have successfully established the connection auth0 modules users watch users triggers when a new user is created true false 160false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type create a user creates a new user true false 201false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type search users searches for specific users or lists them all true falsefalse left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type update a user updates a user by id true falsefalse left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type delete a user deletes a user by id true false 169false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type get a user gets a user's details by id true false 188false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type search users by email searches users by email true falsefalse left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type other make an api call performs an arbitrary authorized api call true falsefalse left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type example of use list users the following api call returns a list of all the users in your auth0 account url /v2/users method get matches of the search can be found in the module's output under bundle > body our example returned 2 users for the list of available endpoints, refer to the auth0 api documentation https //auth0 com/docs/api