GET
/
users
/
{userId}
/
authenticators

Response

200 - application/json
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
email
string
phoneNumber
string
username
string
displayName
string
createdAt
string
required
verifiedAt
string
lastVerifiedAt
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
webauthnCredential
object