Fetch a user
Users
Fetch a user
A caller may always read their own account. Reading anybody else’s
requires user:manage.
GET
Fetch a user
Authorizations
A machine credential, qk_ followed by its secret. Only a hash of the
secret is stored, so a key is displayed exactly once, when it is created
or rotated. A key reaches only the configurations it is linked to.
It may also be sent as Authorization: Bearer qk_..., which is
recognised by the prefix.
Path Parameters
The user's id.
Response
The user.
admin is the only role that reaches user, policy and API key
management without an explicit policy statement.
Available options:
admin, user