1 Copy the Service Account Client ID

This ID identifies our app's service account. You'll add it to your Workspace admin console.

103579252822182721837

2 Open Domain-Wide Delegation

Go to your Google Workspace Admin Console:

admin.google.com → Security → API Controls → Domain-wide Delegation →

Click "Add new" and paste the Client ID from Step 1.

3 Add These Scopes

In the "OAuth scopes" field, add these scopes (one per line or comma-separated):

https://www.googleapis.com/auth/meetings.space.readonly,https://www.googleapis.com/auth/admin.directory.user.readonly

Click "Authorize" to save.

4 Verify Setup

Enter your Workspace admin email to verify the delegation is working:

What does this grant access to?

meetings.space.readonly — Read-only access to see who joined your organization's meetings. Cannot modify meetings or access content.

admin.directory.user.readonly — Read-only access to look up user email addresses by their Google ID. Cannot modify user accounts.

You can revoke this access at any time by removing the Client ID from Domain-wide Delegation.

Privacy Policy · Terms of Service