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
email
string
required
name
string
required
created_at
string
required
role
string
picture
string
last_login
string
ldap
boolean
default:false
groups
object[]