|
<< Click to Display Table of Contents >> Raynet One Data Hub > 2026.2 > Connectors > Alphabetic Connector List > Google Workspace Extracted Data |
The Google Workspace connector retrieves data from the Google Admin SDK Directory API and the Enterprise License Manager API. Each connector run collects two data sets and writes them to separate output files.
The following API endpoints are used:
Users Endpoint: |
https://admin.googleapis.com/admin/directory/v1/users |
Required Scope: |
admin.directory.user.readonly |
License Assignments Endpoint: |
https://licensing.googleapis.com/apps/licensing/v1/product/<productId>/users |
Required Scope: |
apps.licensing |
Authorization Endpoint: |
https://accounts.google.com/o/oauth2/auth |
Token Endpoint: |
https://oauth2.googleapis.com/token |
The connector collects user account data from the Google Workspace directory. The results are written to the output file users.csv and contain the following fields:
Field |
Type |
aliases |
String |
archived |
Boolean |
creationTime |
String |
customerId |
String |
deletionTime |
String |
displayName |
String |
fullName |
String |
id |
String |
isAdmin |
Boolean |
isDelegatedAdmin |
Boolean |
isMailboxSetup |
Boolean |
lastLoginTime |
String |
primaryEmail |
String |
suspended |
Boolean |
suspensionReason |
String |
The connector collects license assignment data from the Google Enterprise License Manager API. The results are written to the output file license_assignments.csv and contain the following fields:
Field |
Type |
productId |
String |
productName |
String |
skuId |
String |
skuName |
String |
userId |
String |