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_sidstringOptional
phonestringOptional

phone associated with user

email_validatedbooleanOptional

indicates whether user has validated their email address

phone_validatedbooleanOptional

indicates whether user has validated their mobile phone

tutorial_completionintegerOptional

bitmask indicating which tutorials have been completed

Errors