Get a user counter for a Google Apps domain

How do you get the total number of users in a Google Apps domain? I know that "Get all users in a domain" using the Google Provisioning API, but I would prefer not to perform such an intense call only to count all users. Is there an easier way to do this?

+3
source share
3 answers

I found a solution that is not as resource intensive as getting all users: the Google Reporting API can be used to get the total number of accounts in the Google Apps domain.

+3
source

" ", , , , , , , " " , .

, , , , , , - , , X.

+2

Source: https://habr.com/ru/post/1709236/


All Articles