Skip to main content
GET
Retrieve user details
You can replace user_id with me in order to return your own account details. (https://api.superthread.com/v1/users/me)

Authorizations

Authorization
string
header
required

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

Path Parameters

user_id
string
required

User ID is an alphanumerical string that identifies a user.

Response

user response

user
User · object
token_outdated
boolean
token_privileged
boolean

was the token used for this request privileged? privileged tokens are required for certain operations (update email) and are obtained from a fresh login (not a refresh).