Skip to main content

Update User

Update details for an existing user.

HTTP Request​

PUT /v2/accounts/<account_sid>/users/<user_id>

Path Parameters​

ParameterDescription
user_idThe UUID of the user to update

Request Parameters​

ParameterRequiredDescription
first_nameNoUpdated first name (3–20 chars)
last_nameNoUpdated last name (3–20 chars)
emailNoCan only be set if not provided during creation

Response​

Returns the updated user object with the same structure as the Create User response.

Error Codes​

CodeHTTP StatusDescription
1002400Cannot update email (already set)
10814403KYC incomplete
10815403Trial account limitation