Update Sys User

Updates the system user.

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

This endpoint expects an object.
idstringRequiredformat: "id"
The ID of system user to update.
display_namestringOptionalformat: "text"
Updated display name for the system user.
display_picturestringOptionalformat: "id"
Artifact ID of the system user's new display picture.
full_namestringOptionalformat: "text"
Updated full name for the system user.

Response

Updated Sys user object.
sys_userobject

Errors