Read User MFA Enabled

GET {{apiPath}}/environments/{{envID}}/users/{{userID}}/mfaEnabled

When a new user resource is created, the mfaEnabled attribute that controls the user's ability to use multi-factor authentication is set to false by default.

For existing users, you can use the GET /environments/{{envID}}/users/{{userID}}/mfaEnabled operation to check whether the specified user is enabled or disabled.

RESPONSES

status: OK

{"_links":{"self":{"href":"https://api.pingone.com/v1/environments/abfba8f6-49eb-49f5-a5d9-80ad5c98f9f6/users/05ad3cc6-8723-4f85-9711-05ad549717f6/mfaEnabled"},"user":{"href":"https://api.pingone.com/v1/environments/abfba8f6-49eb-49f5-a5d9-80ad5c98f9f6/users/05ad3cc6-8723-4f85-9711-05ad549717f6"}},"mfaEnabled":false}