Access the Google Workspace Admin API in 2 minutes 💨
Create an integration
Authorize Google Workspace Admin
Call the Google Workspace Admin API
curl "https://api.nango.dev/proxy/admin/directory/v1/users?domain=${YourDomain}" \
-H "Authorization: Bearer <NANGO-SECRET-KEY>" \
-H "Provider-Config-Key: <INTEGRATION-ID>" \
-H "Connection-Id: <CONNECTION-ID>"
Was this page helpful?