Skip to main content
POST
Error

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

A validation of the update of the OTP type "email" in the user's MFA configuration.

otpType
enum<string>
required

[TO_VALIDATE] Description pending review by a Kardinal engineer.

Available options:
email
email
string<email>
required

A valid email address.

Example:

"martin.dupont@kardinal.ai"

otp
string
required

A 6-digits OTP code.

Example:

"403852"

Response

The updated MFA config.

[TO_VALIDATE] Description pending review by a Kardinal engineer.

item
object

[TO_VALIDATE] Description pending review by a Kardinal engineer.