Server API
Get User
Retrieve information about a user.
GET
/
users
/
{userId}
Path Parameters
The ID of the user.
Response
200 - application/json
True if the user is enrolled with at least one verification method and can be challenged.
The user's email address.
The user's phone number in E.164 format.
The username used as the primary identifier for passkeys, e.g. an email address.
The display name used as an optional secondary identifier for passkeys, e.g. the user's full name.
The list of verification methods which the user is permitted to enroll.
Available options:
SMS
, AUTHENTICATOR_APP
, EMAIL_MAGIC_LINK
, EMAIL_OTP
, PUSH
, SECURITY_KEY
, PASSKEY
, VERIFF
, IPROOV
, PALM_BIOMETRICS_RR
, IDVERSE
The list of verification methods which the user has enrolled.
Available options:
SMS
, AUTHENTICATOR_APP
, EMAIL_MAGIC_LINK
, EMAIL_OTP
, PUSH
, SECURITY_KEY
, PASSKEY
, VERIFF
, IPROOV
, PALM_BIOMETRICS_RR
, IDVERSE
Available options:
SMS
, AUTHENTICATOR_APP
, EMAIL_MAGIC_LINK
, EMAIL_OTP
, PUSH
, SECURITY_KEY
, PASSKEY
, VERIFF
, IPROOV
, PALM_BIOMETRICS_RR
, IDVERSE
A JSON object which can include any key/value pairs. Should be provided when using rules based on your own data points.
Was this page helpful?