Retrieve detailed list of authentication methods associated with a specified user.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The ID of the user in question.
Page index of the results to return. First page is 0. Default is 0.
x >= 0Number of results per page. Default is 50.
0 <= x <= 100Return results inside an object that contains the total result count (true) or as a direct array of results (false, default).
The authentication methods for the user were retrieved.
The ID of the authentication method (auto generated)
recovery-code, totp, push, phone, email, email-verification, webauthn-roaming, webauthn-platform, guardian, passkey, password Authenticator creation date
The authentication method status
A human-readable label to identify the authentication method
20Applies to phone authentication methods only. The preferred communication method.
voice, sms The ID of a linked authentication method. Linked authentication methods will be deleted together.
Applies to phone authentication methods only. The destination phone number used to send verification codes via text and voice.
Applies to email and email-verification authentication methods only. The email address used to send verification messages.
Applies to webauthn authentication methods only. The ID of the generated credential.
Applies to webauthn authentication methods only. The public key.
Enrollment date
Last authentication
Applies to passkeys only. The kind of device the credential is stored on as defined by backup eligibility. "single_device" credentials cannot be backed up and synced to another device, "multi_device" credentials can be backed up if enabled by the end-user.
Applies to passkeys only. Whether the credential was backed up.
Applies to passkeys only. The ID of the user identity linked with the authentication method.
Applies to passkeys only. The user-agent of the browser used to create the passkey.
Applies to passkey authentication methods only. Authenticator Attestation Globally Unique Identifier.
Applies to webauthn/passkey authentication methods only. The credential's relying party identifier.