Get Current User

View as Markdown
Retrieves the currently authenticated user's information.

Response

Current user details
idintegerRead-only
usernamestringformat: "^[\w.@+-]+$"<=150 characters

Required. 150 characters or fewer. Letters, digits and @/./+/-/_ only.

emailstringformat: "email"<=254 characters
first_time_loginbooleanRead-only
Check if this is the user's first login.
user_first_daybooleanRead-only
Returns True if the user was created today, False otherwise
detailslist of objectsRead-only
created_atdatetimeRead-only
full_namestring<=150 characters
themestring or null<=255 characters
login_countinteger-2147483648-2147483647
refresh_countinteger-2147483648-2147483647
referral_codestring<=16 characters
referred_byinteger or null
is_verifiedboolean

Errors

401
Unauthorized Error