User Authenticators

Download OpenAPI specification:Download

Manage user authenticators, such as WebAuthn credentials, TOTP authenticators, and more. These APIs allow you to view and manage the authenticators that were registered for a given user.

User authenticators

List of authenticators for a user

SecurityOAuth2: ClientAccessToken
Request
path Parameters
userId
required
string

ID of the user

Responses
200

List of user authenticators

get/v1/users/{userId}/authenticators
Request samples
Response samples
application/json
[
  • {
    }
]