Skip to main content
PUT
Update Current User

Authorizations

Authorization
string
header
required

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

Body

application/json
email
string | null
default:""
first_name
string | null
default:""
last_name
string | null
default:""
phone
string | null
default:""
description
string | null
default:""

Response

Successful Response

id
string
required
username
string
required
email
string
required
enabled
boolean
required
password_is_expired
boolean
required
remaining_failed_attempts
integer
required
first_name
string | null
last_name
string | null
phone
string | null
description
string | null
role
enum<string> | null
Available options:
admin,
viewer,
editor,
remote_user,
partner
is_remote_user
boolean
default:false