GET
/
users
/
{userId}
/
authenticators

Response

200 - application/json
createdAt
string
required
userAuthenticatorId
string
required
verificationMethod
enum<string>
required
Available options:
SMS,
AUTHENTICATOR_APP,
EMAIL_MAGIC_LINK,
EMAIL_OTP,
PUSH,
SECURITY_KEY,
PASSKEY,
VERIFF,
IPROOV,
PALM_BIOMETRICS_RR,
IDVERSE
displayName
string
email
string
lastVerifiedAt
string
phoneNumber
string
previousSmsChannel
enum<string>

The channel that was last used by the user to complete an SMS challenge. Only defined if the verification method is SMS.

Available options:
DEFAULT,
WHATSAPP
username
string
verifiedAt
string
webauthnCredential
object

Was this page helpful?