Skip to main content
PATCH
Unlike update user (a full PUT that requires the complete body), this changes only the fields present in the request. app_user_id is immutable and not accepted.

Path Parameters

string
required
The user to update.

Request Body

string
The user’s display name.
string
The user’s email address.
string
The user’s username.
string
The user’s phone number.
boolean
Activate or deactivate the user.

Response

The full updated user, same shape as get user.