UpdateMFAStatus
Updates the per-user multifactor authentication state for a user.
Input
| Name | Type | Description |
| UserID | String | The unique identifier of the user whose MFA status is being updated. This ID is used to pinpoint the exact user in Azure Active Directory. |
| MFAState | String | The user's state for per-user multifactor authentication. Possible values are enforced, enabled, and disabled. |
Result Set Columns
| Name | Type | Description |
| Success | String | Indicates the outcome of the operation. A value of true means the MFA status was successfully updated, while false indicates a failure. |