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.

idstringRequired

The ID of Rev user to update.

custom_fieldsobjectOptional

Application-defined custom fields.

descriptionstringOptional

Updated description of the Rev user.

display_namestringOptional

Updated display name of the Rev user.

display_picturestringOptional

Artifact ID of a Rev user’s updated display picture.

emailstringOptional

Updated email address of the Rev user.

external_refstringOptional

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