Top "Google-admin-sdk" questions

Use for questions about using APIs and services that are part of the Google (G Suite) Admin SDK, platform for developers that write applications to manage G Suite domains, migrate from and integrate with existing IT infrastructure, create users, update settings, audit activity, and more.

Can't list users with Google Directory API Admin SDK

I'm trying to use the AdminService to manage my domain's users and groups, but I'm stuck with a simple request …

c# google-api google-admin-sdk google-api-dotnet-client
Received error "Not Authorized to access this resource/api" when trying to use Google Directory API and Service Account Authentication

I'm really struggling with trying to use Service Account authentication to use the Google Directory API (Admin SDK). Using client …

python google-apps google-admin-sdk
Getting "Domain cannot use apis" when using Google Admin SDK Directory API

I'm trying to use the Admin SDK Directory API, specifically to retrieve user info as detailed by the Users: get …

google-admin-sdk
How to get a CustomerId (or other primary key) for a Google Apps account?

When a user logs on to our Marketplace V2 app, we need to know which Google Apps account the user …

google-admin-sdk google-apps-marketplace
Insufficient Permission: Request had insufficient authentication scopes in google directory API when logging through admin

I'm using google admin directory API to get all accounts public information using following API https://www.googleapis.com/admin/…

reactjs google-admin-sdk google-directory-api
Google Admin SDK 403 Not Authorized to Access this Resource/API

I use the following code in a java web application to try to get all users of a group: GoogleCredential …

google-api google-api-java-client google-admin-sdk google-oauth
Google OAuth 2.0 with Service account with PHP: "Invalid token format error"

I have created my service account, got the private_key and delegated domain wide authority. Here is my code trying …

php oauth-2.0 google-api-php-client google-admin-sdk service-accounts