Can I create a Google account programmatically?

前端 未结 11 813
栀梦
栀梦 2020-12-05 02:49

Does anybody know if via the google api in java I can create google accounts programmatically.

11条回答
  •  無奈伤痛
    2020-12-05 03:28

    Yes

    (ish)

    The Admin SDK Directory API allows you to create accounts which work with Google tools (Gmail, Calendar, etc.) but are not @gmail.com / @googlemail.com accounts.

    This is used by companies to automate creation of accounts for online google tools when new users are added to networks and similar scenarios.

    User management is documented here.

    This replaces the provisioning API which was deprecated in 2013.

提交回复
热议问题