Creating and Getting All Users

Learn to create users and get all user's using Auth0 API.

In Auth0, users are individuals who have been granted access to a specific application or set of applications through the use of authentication and authorization. Users can be authenticated through a variety of methods. Once authenticated, users are granted access to specific resources and permissions within the application by its administrator, who can update their information, assign them to different roles, or revoke their access as needed. In this lesson, we'll see how we can create a user or get a list of our users using an API call. We'll use the https://{{DOMAIN}}/api/v2/users endpoint to achieve these tasks. Creating a user is a POST request while getting all users is a GET request.

Get hands-on with 1200+ tech skills courses.