Update Dev Users Self

POST

Updates the authenticated user.

Request

This endpoint expects an object.
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.

job_titleenumRequired

Job title of the Dev User.

custom_fieldsobjectOptional

Application-defined custom fields.

display_namestringOptionalformat: "text"

The updated display name of the Dev user.

experience_start_datestringOptionalformat: "date-time"

Start date of Dev user’s experience.

full_namestringOptionalformat: "text"

The updated full name of the Dev user.

job_historylist of objectsOptional

Job history of the Dev user.

Response

The response to update a Dev user.

dev_userobject
Built with