-1

I want to read my user's emails using Gmail API. I don't want to use GAM or any other backup tool. Gmail provides an option of user delegation but individual users have to assign a delegated user which is not possible in my case. How I can natively read my domain user's email from admin account using Gmail API or Admin SDK.

Hassan Anwer
  • 347
  • 2
  • 14

1 Answers1

1

You can try to do domain-wide delegation for workaround approach. See the links below for more information about domain-wide delegation, how it works and its step by step settings in admin console:

Reference for more information about domain-wide delegation and its step by step setting: https://support.google.com/a/answer/162106?hl=en

Actual case that is related to domain-wide delegation for Gmail:

Gmail API domain-wide delegation

Monique G.
  • 239
  • 1
  • 6