Step 11: Enable user MFA
PUT {{apiPath}}/environments/{{envID}}/users/{{MFAUserID}}/mfaEnabled
The POST /environments/{{envID}}/users/{{userID}}/mfaEnabled operation enables MFA for the specified user. The mfaEnabled property must be set to true to allow this user to complete an MFA authentication action.
Request Body
{"mfaEnabled"=>true}
HEADERS
| Key | Datatype | Required | Description |
|---|---|---|---|
Authorization | string | ||
Content-Type | string |