Search Users

View as Markdown
Searches for users based on a query string.

Query parameters

qstringOptional
The search query string

Response

Search results
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
404
Not Found Error