GET
/
auth
/
users
[
  {
    "email": "<string>",
    "name": "<string>",
    "role": "<string>",
    "picture": "<string>",
    "created_at": "<string>",
    "last_login": "<string>",
    "ldap": false,
    "groups": []
  }
]

Authorizations

X-API-KEY
string
header
required

Response

200 - application/json
Successful Response

The response is of type object[].