Unable to get user account status and 2FA status from REST APIs

I tried using the REST APIs to get the user account status and their 2fa status from the REST APIs but was unable to do so. The sample response seems to not return this information as well

GET /settings/v3/users/

{
 "id": "123",
 "email": "newUser@email.com",
 "roleId": "100",
 "primaryTeamId": "101",
 "secondaryTeamIds": [
 "102"
 ],
 "superAdmin": "false"
}

Is there a way I can get this information through APIs? Is this feature coming anytime soon?

Hello @AnandManian
After encountering this query, I wasn’t entirely confident about it. I went ahead and tested various APIs to address the issue. Regrettably, none of them proved effective in obtaining the user account status and their 2FA status through the HubSpot REST APIs. Nevertheless, May be we will see this functionality in future.

@himanshurauthan, Thanks for replying.

I actually did reach out to their support and looks there are no plan to support this in the near future as well.