Whoami
This endpoint allows you to retrieve information about the currently authenticated user.
GET
/
api
/
whoami
/
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Response
200 - application/json
id
integer
username
string
first_name
string
last_name
string
email
string
permission_groups
string[]
is_onboarded
boolean