0

I have a RoR app that other companies use for their Google Apps account. Is there a gem or other way to pull the company's user data, e.g. pull a list of all their employee names and email addresses.

How can I do this?

Jay Lee
  • 13,415
  • 3
  • 28
  • 59
Geoff
  • 9,470
  • 13
  • 52
  • 67

1 Answers1

1

You want the Admin SDK Directory API and the Ruby Google API Client.

Jay Lee
  • 13,415
  • 3
  • 28
  • 59