How do I check if a user has 2-factor authentication enabled via Google Admin SDK APIs

后端 未结 1 1372
野的像风
野的像风 2021-01-19 02:41

I am using the Google Admin SDK APIs to manage users (create/update) in our organization\'s Google apps account. We allow users to optionally use the 2-factor authentication

相关标签:
1条回答
  • 2021-01-19 03:04

    Saw an answer from an old Stackoverflow post:

    Find all Google Apps users not using two-factor authentication

    You can actually find that information via Reports API of Admin SDK: https://developers.google.com/admin-sdk/reports/v1/reference/usage-ref-appendix-a/users-accounts

    Hope this helps!

    0 讨论(0)
提交回复
热议问题