Users
Update my account
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.
PATCH
Update user details
Documentation Index
Fetch the complete documentation index at: https://superthread.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
User ID is an alphanumerical string that identifies a user.
Body
application/json
User fields that need to be updated. All omitted fields are left unmodified.
Example:
"John"
Example:
"Smith"
Minimum string length:
1Example:
"pete"
Example:
"https://s3..../avatar.png"
Example:
"https://s3..../avatar.png"
Example:
"#023020"
Example:
"America/Los_Angeles"
Example:
true
Example:
"en"
Example:
"software engineer"
Response
updated user response
Previous
Get team membersReturns a list of all members belonging to a specified team (workspace),
along with their roles and other relevant details.
Next
Update user details