Users
Get my account
Fetches detailed information about a user, including profile details, teams, locale, and other metadata. Indicates if the token used in the request is privileged or outdated. Privileged tokens are necessary for specific sensitive operations like email updates.
GET
Retrieve 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.
You can replaceuser_idwithmein order to return your own account details. (https://api.superthread.com/v1/users/me)
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.
Previous
Update my accountUpdates 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.
Next
Retrieve user details