Update Dev Users Self

POST

Updates the authenticated user.

Request

This endpoint expects an object.
custom_schema_specobjectRequired

Custom schemas described using identifiers. Each custom field in the request must have the corresponding schema specified; omission results in a Bad Request error. If a custom schema is not included in the specifier, it remains unchanged. For surfaces with human interactors, it is recommended to provide tenant_fragment: true and validate_required_fields: true.

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