0

Is possible to create Gmail account programmatically legally, not for business use , only creation.

I want to get data from My edit text and put it to any where(api) and api create account automatic or ask for capcha(Internally-no problem) and response should be gmail account and password??

I want to get data from My EditTexts and put it to any where(apis) and api to create account automatic or ask for capcha(Internally-no problem) and then create and response should be gmail account and password??

Rubén
  • 34,714
  • 9
  • 70
  • 166
  • Welcome to [so]. There are several types of Google accounts including or not including Gmail, i.e. Education, Goverment, ONG, etc.? Is this question solely about free / consumer Google accounts including Gmail (using gmail.com as the primary email domain)? – Rubén Jan 03 '23 at 17:50
  • yes , ex : xyz@gmail.com , for free – Deepesh kumar Jan 05 '23 at 03:52
  • Then [DalmTo's answer](https://stackoverflow.com/a/74989793/1595451) should be good enough. Anyway... there are some old questions that already have answered – Rubén Jan 05 '23 at 04:09
  • Does this answer your question? [Can I create a Google account programmatically?](https://stackoverflow.com/questions/2699008/can-i-create-a-google-account-programmatically) – Rubén Jan 05 '23 at 04:11
  • Related https://stackoverflow.com/q/38051904/1595451 – Rubén Jan 05 '23 at 04:13

1 Answers1

1

There is no Google api that would allow you to programmatically create a new google user.

Tbh I don't know of any authentication server or system that would allow for it. Just consider the number of Spam bot accounts you would end up with.

Linda Lawton - DaImTo
  • 106,405
  • 32
  • 180
  • 449