Skip to main content

UserService_ListAuthenticationFactors

POST 

/v2/users/:userId/authentication_factors/_search

UserService_ListAuthenticationFactors

Request​

Path Parameters

    userId stringrequired

Query Parameters

    authFactors string[]

    Possible values: [OTP, OTP_SMS, OTP_EMAIL, U2F]

    Specify the Auth Factors you are interested in

    states string[]

    Possible values: [AUTH_FACTOR_STATE_UNSPECIFIED, AUTH_FACTOR_STATE_NOT_READY, AUTH_FACTOR_STATE_READY, AUTH_FACTOR_STATE_REMOVED]

    Specify the state of the Auth Factors

Responses​

OK

Schema

    result

    object[]

  • Array [

  • state string

    Possible values: [AUTH_FACTOR_STATE_UNSPECIFIED, AUTH_FACTOR_STATE_NOT_READY, AUTH_FACTOR_STATE_READY, AUTH_FACTOR_STATE_REMOVED]

    Default value: AUTH_FACTOR_STATE_UNSPECIFIED

    current state of the auth factor

    otp object

    TOTP second factor

    u2f

    object

    U2F second factor

    id string
    name string
    otpSms object

    SMS second factor

    otpEmail object

    Email second factor

  • ]

Loading...