Update user.

Minimal scope required: "users.update".

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

The unique identifier of the user to update. This parameter is required and passed in the URL.

Query Params
string | null

Optional query parameter, allowing partners to perform this action on behalf of their customer.

string | null
Body Params

The JSON object containing the fields to update for the user.
Non-null or non-empty fields in this object will overwrite the corresponding fields in the existing user.

Represents the data required to update an existing user's information.

string | null

Optional, The user's first name.

string | null

Optional, the user's last name.

string | null

Optional, the user's email address.

string | null

Optional, the user's phone number.

string | null

Optional, the user's new password.

string | null

Optional, the user's time zone.

string | null

Optional, sets the user's role.
Required values can be retrieved from the endpoint: /api/v1/reference/roles.

boolean | null

Indicates if the user's account can log in.

Headers
string | null
Responses

500
Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json