GET
/
api
/
auth
/
users
{
  "users": [
    {
      "id": "<string>",
      "email": "<string>",
      "name": "<string>",
      "role": "<string>",
      "created_at": "2023-11-07T05:31:56Z"
    }
  ],
  "total": 123,
  "page": 123,
  "totalPages": 123
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

page
integer
default:1
limit
integer
default:10
role
enum<string>
Available options:
user,
admin

Response

200
application/json

List of users

The response is of type object.