PUT
/
v2
/
whoami
/

Authorizations

Authorization
string
headerrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
first_name
string
required
last_name
string
required
is_onboarded
boolean
required

Response

200 - application/json
id
integer
username
string
first_name
string
last_name
string
email
string
permission_groups
string[]
is_onboarded
boolean