GICodeWarrior
GICodeWarrior

Reputation: 23

Where can I find a list of supported Application Manifest scopes for Google Apps Marketplace applications?

The "official" list of supported scopes appears incomplete.

Specifically, I need to move from the (deprecated) Google Apps Provisioning API to the Admin SDK, and I am not sure what the correct scopes are.

These are a few endpoints I am interested in.

https://apps-apis.google.com/a/feeds/domain/2.0/{domainName}/general/currentNumberOfUsers
https://www.googleapis.com/admin/directory/v1/groups/groupKey/members

For these endpoints, I am only interested in read-only access. Does the Admin SDK support read-only scopes?

Upvotes: 0

Views: 286

Answers (1)

prusswan
prusswan

Reputation: 7101

From https://developers.google.com/admin-sdk/directory/v1/guides/authorizing:

Scopes for devices

Scopes for groups, group aliases, and group members

Scopes for organization units

Scopes for users and user aliases

Upvotes: 0

Related Questions