Update Dev User
Updates the user corresponding to the input Id.
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
This endpoint expects an object.
id
The ID for the Dev user to be updated.
custom_fields
Application-defined custom fields.
custom_schema_spec
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.
display_name
The updated display name of the Dev user.
experience_start_date
Start date of Dev user's experience.
full_name
The updated full name of the Dev user.
job_history
Job history of the Dev user.
job_title
Job title of the Dev User.
reports_to
The ID of the Dev user that the user reports to.
Response
The response to update a Dev user.
dev_user