We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update GET /v1/user API to return additional fields.
GET /v1/user
email
string
username
is_email_verified
boolean
impersonator
integer
The text was updated successfully, but these errors were encountered:
sergeychernyshev
No branches or pull requests
Update
GET /v1/user
API to return additional fields.email
-string
(optional - user’s email address if email is set)username
-string
(optional - user’s username if username is set)is_email_verified
-boolean
(is this email verified)impersonator
-integer
(id of the user who is currently impersonating this user - only return if user is impersonated)The text was updated successfully, but these errors were encountered: