0

Is there a way I can leverage the Google APIs to get a report on Google Voice usage in my domain? We just turned it on and wanted to see if any of our users were using the service.

user1538393
  • 33
  • 1
  • 7

1 Answers1

0

Google Voice is not a core service within Google Apps and does not fall under Google's SLA. There are also no official APIs that allow access to Google Voice data. There is however at least one unofficial Python library to interact with Google Voice programatically.

Jay Lee
  • 13,415
  • 3
  • 28
  • 59
  • Thanks. FYI, there are APIs that exist for services that are not considered CORE services, so I'm not sure what you were pointing out there. – user1538393 Sep 20 '13 at 15:53
  • simply that it's not covered or supported from a "Google Apps domain" perspective. Your question was if there was a way to gather "usage in my domain" but since it's not a core offering, there are no admin-level API calls. – Jay Lee Sep 20 '13 at 18:02