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.
You can replaceuser_idwithmein order to return your own account details. (https://api.superthread.com/v1/users/me)
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
User ID is an alphanumerical string that identifies a user.