Update Rev User

Updates a Rev user.

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

This endpoint expects an object.
idstringRequiredformat: "id"
The ID of Rev user to update.
custom_fieldsobjectOptional

Application-defined custom fields.

custom_schema_fragmentsobjectOptional
custom_schema_specobjectOptional

Custom schemas described using identifiers. Each custom field in the request must have the corresponding schema specified; omission results in a Bad Request error. If a custom schema is not included in the specifier, it remains unchanged. For surfaces with human interactors, it is recommended to provide tenant_fragment: true and validate_required_fields: true.

descriptionstringOptionalformat: "text"
Updated description of the Rev user.
display_namestringOptionalformat: "text"
Updated display name of the Rev user.
display_picturestringOptionalformat: "id"
Artifact ID of a Rev user's updated display picture.
emailstringOptionalformat: "text"
Updated email address of the Rev user.
external_refstringOptionalformat: "text"
Updated external ref value of the Rev user.
phone_numberslist of stringsOptional
The phone numbers, in E.164 format, of the Rev user.

Response

Updated Rev user object.
rev_userobject

Errors