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.
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-clientI'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-sdkI'm trying to use the Admin SDK Directory API, specifically to retrieve user info as detailed by the Users: get …
google-admin-sdkWhen a user logs on to our Marketplace V2 app, we need to know which Google Apps account the user …
google-admin-sdk google-apps-marketplaceI'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-apiI 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-oauthI 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