Update Dev User

POST

Updates the user corresponding to the input Id.

Request

This endpoint expects an object.
idstringRequired

The ID for the Dev user to be updated.

custom_fieldsmap from strings to anyOptional

Application-defined custom fields.

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.

display_namestringOptional

The updated display name of the Dev user.

experience_start_datedatetimeOptional

Start date of Dev user’s experience.

full_namestringOptional

The updated full name of the Dev user.

job_historylist of objectsOptional

Job history of the Dev user.

job_titleenumOptional

Job title of the Dev User.

Response

The response to update a Dev user.

dev_userobject
Built with