Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Get Google ADMIN SDK API

NotificationsYou must be signed in to change notification settings

n3n33/GCP-Admin-SDK-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

  1. Enable Google Workspace Admin SDK API through GCP Console.

  2. Create a Service Account and Download key.jsonCreate a Service Account from the Google Cloud Console.

Download the JSON key file (key.json) for authentication.

  1. Domain-wide Delegation SetupDomain-wide delegation is required.

Steps: Log in to Google Admin Console using a super admin account.

Navigate to: Home > Security > API Controls > Domain-wide Delegation

Click Add New API Client

Client ID: Use the client ID from your Service Account (visible in the GCP Console).

OAuth Scopes:https://www.googleapis.com/auth/admin.directory.group.readonlyNote: You’ll need to manage where the key.json file is securely stored for API access.

  1. Data to Retrieve
  • Group ListRetrieve metadata about Google Groups in the domain.

  • Member ListRequires group ID to query.

Member data should be linked with corresponding group info (e.g., via join with the group table).

🔎 Reference LinksPython example using Google Admin SDK:https://developers.google.com/workspace/admin/directory/v1/quickstart/python

Domain-wide delegation documentation:https://developers.google.com/classroom/guides/key-concepts/domain-wide-delegation

Admin SDK Group API reference:https://developers.google.com/workspace/admin/directory/reference/rest/v1/groups/list

About

Get Google ADMIN SDK API

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages


[8]ページ先頭

©2009-2025 Movatter.jp