0

I can view the Admin roles and the users is each admin role in my Google Apps account from the Admin Console. The default admin roles being:

  • Super Admin
  • Group Admin
  • Services Admin

I wanted to know if i could programmatically list all the Admin Groups and list all the users in each Admin Group.

Ryan Sequeira
  • 330
  • 3
  • 8

1 Answers1

1

Using the Directory API, you can retrieve a user's admin status, isAdmin (super admin) and isDelegatedAdmin (assigned an Admin role). Unfortunately, these are both boolean responses and, AFAIK, you cannot pull the specific role details.

miketreacy
  • 1,120
  • 1
  • 11
  • 17