Skip to main content

MFAEnrollConfirmRequestBody

$schemauri

A URL to the JSON Schema for this object.

Example: https://example.com/schemas/MFAEnrollConfirmRequestBody.json
challengeIdstringrequired

Challenge ID returned by /enroll/begin

codestringrequired

6-digit TOTP code from the authenticator app

MFAEnrollConfirmRequestBody
{
"$schema": "https://example.com/schemas/MFAEnrollConfirmRequestBody.json",
"challengeId": "string",
"code": "string"
}