Update
This API endpoint allows you to update the user information.
PUT
/
v2
/
whoami
/
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
first_name
string
requiredlast_name
string
requiredis_onboarded
boolean
requiredResponse
200 - application/json
id
integer
username
string
first_name
string
last_name
string
email
string
permission_groups
string[]
is_onboarded
boolean