Update

POST

Updates a Rev user.

Request

This endpoint expects an object.
idstringRequired

The ID of Rev user to update.

artifactsobjectOptional
custom_fieldsmap from strings to anyOptional

Application-defined custom fields.

custom_schema_fragmentsobjectOptional
custom_schema_specobjectOptional

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.

descriptionstringOptional

Updated description of the Rev user.

display_namestringOptional

Updated display name of the Rev user.

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.

tagslist of objectsOptional

Tags associated with the Rev user.

Response

This endpoint returns an object.
rev_userobject