'Is there any API to create and delete Gmail accounts?
I'm seeking for APIs to create new Gmail IDs and then delete them after a period of time; can someone advise me if there are any available?
Thanks, Abhishek
Solution 1:[1]
This would only work if you are using a Google Workspace account. You can create and delete users using the directory API and the users.insert and users.delete methods. This does not apply for free Gmail accounts as there is no API to create or delete free Gmail accounts.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Fernando Lara |
