Hello all! Hope you're doing well.
We are trying to get information about if an user has enabled MFA on their profile. The best we could get is `is_exempt_from_login_verification` from the users API (https://developer.box.com/reference/resources/user--full/#param-is_exempt_from_login_verification) but as far as I understand, this field says if a user SHOULD enable or not.
Is there a way to know if an user has enabled their MFA?
Thanks in advance!