Question

We have an app in the Google Apps Marketplace (the new one, i.e. using OAuth2) which needs to get a list of users in the domain.

We're currently using the Provisioning API for this (which we know is deprecated, but there seems to be no better option). Lately however, we're starting to get "You are not authorized to access this API" 403's, for some domains.

Was it helpful?

Solution

You can start using Admin SDK Directory API. The question you linked to was regarding the case where an admin explicitly disables API access. When they install and an app, we re-enable that setting and let them know.

Not sure about the 403s but that is an older API that is replaced by the Admin SDK.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top