Update Rev User

POST

Updates a Rev user.

Request

This endpoint expects an object.
custom_schema_fragmentsobjectRequired
custom_schema_specobjectRequired

Requested custom schemas described abstractly. Every provided schema’s custom field must be specified, otherwise a bad request error is returned. If a new custom schema specifier is provided, then it will be added to the work, otherwise if a custom schema is omitted from the specifier, it remains unmodified.

idstringRequiredformat: "id"

The ID of Rev user to update.

custom_fieldsobjectOptional

Application-defined custom fields.

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
Built with