List Users

Learn to retrieve Marqeta users’ information.

In this lesson, we’ll look at a couple of useful endpoints that allow us to retrieve a list of all registered Marqeta users as well as a single Marqeta user’s information.

Get all users

We can get a list of all users by making a GET request to the {BASE_URL}/users endpoint. This enlists all active and non-active users. This endpoint allows us to filter the visibility of the response fields if required. This endpoint also supports pagination, which allows us to retrieve a specific range of resources from a complete and sorted list of returned resources.

Request parameters

Following are the request parameters of the endpoint above.

Get hands-on with 1200+ tech skills courses.