I am a superadmin/creator of a Google Workspace for an organization. I have several service accounts, such as press@my.example.domain, donate@my.example.domain and so forth. I have full access to these accounts (as I .
I would like to collect and dump all contacts from Google Contacts for several accounts in an automated way.
- Is it possible? Any hints on how to code/script this?
I found https://developers.google.com/admin-sdk/directory/v1/guides and https://developers.google.com/people/api/rest
- How can I use the People API to access to read the contacts of certain accounts?
- Is AppScript helpful for this task?
Thank you!