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.
In my previous post (https://support.box.com/hc/en-us/community/posts/35068963234323-How-to-get-MFA-information-from-users?page=1#community_comment_35086802191635) I got a response saying that MFA enabled or not should be present in the user activity report.
Is there an API that can retrieve this information?