Updates user profile fields such as name, profile image, timezone, and company information. Allows selective updates, leaving unspecified fields unmodified. A successful request returns the updated user details.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
User ID is an alphanumerical string that identifies a user.
User fields that need to be updated. All omitted fields are left unmodified.
"John"
"Smith"
1"pete"
"https://s3..../avatar.png"
"https://s3..../avatar.png"
"#023020"
"America/Los_Angeles"
true
"en"
"software engineer"
updated user response