Skip to main content
GET
/
users
cURL
curl --request GET \
  --url https://api.example.com/users
[
  {
    "id": "e4b6d4e8-8e6d-41da-abdb-8fc358a9e7f1",
    "tenantId": "e305e9a4-585e-49b8-bc88-9fba992c6326",
    "name": "João da Silva",
    "email": "joao@email.com",
    "role": "admin",
    "createdAt": "2024-02-15T10:00:00.000Z"
  }
]

Response

[
  {
    "id": "e4b6d4e8-8e6d-41da-abdb-8fc358a9e7f1",
    "tenantId": "e305e9a4-585e-49b8-bc88-9fba992c6326",
    "name": "João da Silva",
    "email": "joao@email.com",
    "role": "admin",
    "createdAt": "2024-02-15T10:00:00.000Z"
  }
]

Response

200 - undefined