Search code examples
google-apps

Create a gmail / googleapp edu e-mail account using API


Is it possible to create a gmail account or googleappedu e-mail account using API? So that everytime we add a new student in our system we don't have to create (or upload) manually on admin.google.com


Solution

  • Nevermind, I found the answer from this googledocs (segment 5)

    Provisioning API The Provisioning API allows for users to be created programmatically. If you’re interested in learning more, take a look at the Provisioning API documentation.

    There are admin-sdk (Directory API is new Provisioning API).