Skip to main content
PUT
Update a user

Authorizations

Authorization
string
header
required

Path Parameters

userId
string
required

Body

application/json

Body of a PUT /v2/users/{userId} request.

email
string
first_name
string | null
last_name
string | null
password
string
scopes
enum<string>[]
Available options:
CLIENT_ADMIN,
CLIENT_SUPERUSER,
SELF_SERVICE,
USER_SUPPORT

Response

Successful response

email
string
required
first_name
string
required
last_logged_in
string
required
last_name
string
required
locked
boolean
required
scopes
enum<string>[]
required
Available options:
CLIENT_ADMIN,
CLIENT_SUPERUSER,
SELF_SERVICE,
USER_SUPPORT
user_id
string
required