Assigned
Status Update
Comments
bl...@google.com <bl...@google.com> #2
Metadata
- Summary: The Directory API's users.list method is inconsistently returning a nextPageToken when using the query parameter, and the starts with operator is not working for the orgDepartment field.
- Tags:
,directory-api ,users-list ,next-page-token ,query-parameter ,org-department starts-with-operator
Additional resources:
https://issuetracker.google.com/savedsearches/566232?hl=it https://developers.google.com/drive/api/reference/rest/v3/files/list https://developers.google.com/admin-sdk/directory/v1/.../manage-users https://developers.google.com/admin-sdk/directory/reference/rest/v1/.../list https://stackoverflow.com/.../want-admindirectory-users-list-more-then-500... https://stackoverflow.com/.../drive-list-files-doesnt-have-nextpagetoken-wh... https://stackoverflow.com/.../how-to-resolve-the-missing-information-probl...
Description
Before opening a new issue, please search for other related issues , click the ★ to subscribe to updates, and click
+1
to vote.Description
Google Workspace for Nonprofits is a special SKU granted to nonprofits through the nonprofit portal (https://www.google.com/nonprofits )
In the API documentation, all of the SKUs are supposedly listed on this page:https://developers.google.com/admin-sdk/licensing/v1/how-tos/products
However, while special SKUs like Education SKUs are listed there, the Nonprofit SKU is completely missing.
I assumed that the Nonprofit SKu is under the Google-Apps productId, but that may be incorrect. When using this API endpoint to get the licenses for all Google-Apps, the nonprofit license don't show up there either.https://developers.google.com/admin-sdk/licensing/reference/rest/v1/licenseAssignments/listForProduct
For example, when making this call: "https://licensing.googleapis.com/apps/licensing/v1/product/Google-Apps/users?customerId=CustomerIdHere&maxResults=100&fields= *" Education SKUs are returned, but Nonprofit SKUs are not
Can someone please provide a the producitId and SKU for the Nonprofit license type, or confirm that this is impossible? See screenshot for photo of the license I am referring to.
Impact
As a result, we have no way to pull the license usage, assignments, etc for the Nonprofit Google users. This makes reporting, licenses, and auditing a nightmare. We'd love to see better documentation for the nonprofit SKU/Product