Skip to content

Retrieve the authenticated user​

GET
/user

Authorizations​

basicAuth
TypeHTTP (basic)
or
bearerToken

Personal access token tied to a user account. Requires the X-Nimbu-Site header to scope requests.

TypeHTTP (bearer)

Responses​

user returned

application/json
JSON
{
"url": "string",
"name": "string",
"email": "string",
"id": "string",
"firstname": "string",
"lastname": "string",
"username": "string",
"role": "string",
"language": "string",
"timezone": "string",
"website": "string",
"bio": "string",
"two_factor_enabled": true
}

Playground​

Authorization

Samples​