Hi, I would like to query the API for a list of users and their MFA status and import into our SOC so we can ensure that all accounts are protected. I've been looking at the TeamMemberInfo object returned here but it seems the response does not include the MFA status for the user. I've found this post as well https://stackoverflow.com/questions/43794629/for-dropbox-api-is-there-a-way-to-pull-a-list-of-users-and-see-if-mfa-is-enabled - hoping there has been progress since.
Given the sensitivity of files hosted on dropbox and how critical MFA is in preventing these attacks - being able to collect this information and catching unprotected accounts in an automated is very useful.