Error
Authenticate
Request the update of the actor's MFA config
POST
Error
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
- Option 1
- Option 2
- Option 3
A request to update or disable the OTP type "email" in the user's MFA configuration.
[TO_VALIDATE] Description pending review by a Kardinal engineer.
Available options:
email A valid email address.
Example:
"martin.dupont@kardinal.ai"
A user password must contain at least:
- 1 number,
- 1 uppercase letter,
- 1 lowercase letter,
- 1 special character amongst the following: !"#$%&'()*+,-./:;<=>?@[]^_`{|}~
- 12 characters. And it must not exceed 72 bytes.
Pattern:
^.{12,72}$Response
The OTP token valid for 10 minutes.
- Option 1
- Option 2
A JWT token with scope 'otp' valid for 10 minutes.
[TO_VALIDATE] Description pending review by a Kardinal engineer.