Skip to main content

List all possible authentication methods of a user

List all possible authentication methods of a user like password, passwordless, (T)OTP and more

Path Parameters
  • userId string required
Responses

OK


Schema
  • details object
  • totalResult uint64
  • processedSequence uint64
  • timestamp date-time

    the last time the projection got updated

  • authMethodTypes string[]

    Possible values: [AUTHENTICATION_METHOD_TYPE_UNSPECIFIED, AUTHENTICATION_METHOD_TYPE_PASSWORD, AUTHENTICATION_METHOD_TYPE_PASSKEY, AUTHENTICATION_METHOD_TYPE_IDP, AUTHENTICATION_METHOD_TYPE_TOTP, AUTHENTICATION_METHOD_TYPE_U2F]

Loading...