Skip to main content
DSALTA connects to Google Workspace using read-only API access to collect compliance evidence automatically. Data feeds into your Data Library modules. Compliance checks re-run once a day at 02:00 America/New_York.
Read-only access. DSALTA never modifies, creates, or deletes resources in your Google Workspace environment.

What DSALTA reads

DSALTA reads the Google Workspace user roster — names, emails, roles and active status, which appears on your Access page.It calls these Google Workspace endpoints, on the Admin SDK Directory API (https://admin.googleapis.com/admin/directory/v1):
  • /users
  • /users/{userEmail}
  • /groups
  • /groups/{groupId}/members
It also calls Google’s OAuth endpoints to obtain and inspect the access token: https://oauth2.googleapis.com/token and https://www.googleapis.com/oauth2/v1/tokeninfo.Scopes DSALTA requests: openid, email, profile, https://www.googleapis.com/auth/admin.directory.user.readonly, https://www.googleapis.com/auth/admin.directory.group.readonly — these five are what appears on the consent screen.Every request is a read. DSALTA has no code path that creates, modifies, or deletes anything in your Google Workspace environment.

Troubleshooting

There is no Reconnect button. Open Integrations → Connected, click Manage on the Google Workspace card, and check the Status tab — it shows either Connected and working properly or Connection issues detected. To restore a broken connection you must Disconnect and connect again, which permanently deletes the data and tests collected from Google Workspace. This usually happens when API tokens expire.
Verify the connected account still holds the permissions listed under Before you begin. Then open Integrations in the DSALTA sidebar, stay on the Connected tab, and click Sync from integrations at the top right. That button refreshes every connected integration at once — there is no per-integration sync control.