retrieve user information

Path parameters

UserSidstringRequired

Headers

AuthorizationstringRequired

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

Response

user information
user_sidstring
is_activeboolean
indicates whether account is active
namestring
full user name
emailstring
email associated with user
providerenum
authentication provider
Allowed values:
scopeenum
scope of user permissions
Allowed values:
pristineboolean
true if account was newly created
jwtstring
json web token to be used as bearer token in API requests
account_sidstring or null
phonestring or null
phone associated with user
email_validatedboolean or null
indicates whether user has validated their email address
phone_validatedboolean or null
indicates whether user has validated their mobile phone
tutorial_completioninteger or null
bitmask indicating which tutorials have been completed

Errors