Skip to main content
PUT
update

Authorizations

Authorization
string
header
required

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

Body

application/json
first_name
string
required
Example:

"John"

last_name
string
required
Example:

"Doe"

is_onboarded
boolean
required
Example:

true

Response

200 - application/json

Successful response

id
integer
Example:

0

username
string
Example:

""

first_name
string
Example:

"John"

last_name
string
Example:

"Doe"

email
string
Example:

""

permission_groups
string[]
Example:
is_onboarded
boolean
Example:

true