Users
Partially Update User
Update only the fields you send — everything else is left unchanged.
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
The user to update.
Request Body
The user’s display name.
The user’s email address.
The user’s username.
The user’s phone number.
Activate or deactivate the user.