Response Body Schema
credentialsarray<object>Required
idstringRequired
last_ipstringRequired
blockedboolean
Whether this End-User is blocked or not. If true
End-User will not be able to login.
emailstring
End-User's e-mail address.
email_verifiedboolean
true
if the End-User's e-mail address has been verified; otherwise false
. If force_email_verification
is enabled in your tenant's settings, it will check this value of user while performing email verification checks.
identitiesarray<object>
last_loginstring
User's last login datetime in the ISO 8601 format according to universal time
login_attemptsinteger
Failed login attempts of user. It will reset to 0
after successful login.
namestring
End-User's full name in displayable form including all name parts, possibly including titles and suffixes, ordered according to the End-User's locale and preferences.
phone_numberstring
End-User's preferred phone number. It will be stored in E.164 format.
phone_number_verifiedboolean
true
if the End-User's phone number has been verified; otherwise false
. If SMS MFA is enabled this value will be used to determine whether End-User has verified it's phone or not.
picturestring
URI reference of the End-User's profile picture.
usernamestring
End-User's username
metadataobject
Additional metadata for your End-User. It must be an object containing 10 fields at max with keys and values no more than 1024 characters. Values can be only one of the types string
, number
and boolean
. You can also use "null"
as value to make metadata consistent across other users.