We are currently working on integrating our ERP system with Google Workspace (GWS) to automate user management processes. Specifically, we aim to develop an API that will automatically suspend a userโs email account in GWS when the user is marked as disabled in our ERP system.
To ensure this integration is implemented correctly, we kindly request a step-by-step guide or process document that details the following:
We are looking for a comprehensive process document that will guide us through creating, configuring, and securely implementing the API integration to automate user suspension in Google Workspace.
Please let us know if any additional information or clarifications are required from our side to facilitate your response.
A few thoughts:
1) Check out Google Cloud Directory Sync, a pre-built (free) app from Google which is designed to help with exactly this sort of task. See https://support.google.com/a/topic/2679497?hl=en for all the details.
2) A good place to get started if you want to build custom code is https://developers.google.com/workspace
3) If youโd like someone to build you a fully detailed plan like the one you described above, you probably want to contact a consulting partner that specializes in Workspace. See https://cloud.google.com/find-a-partner/?products=Google%20Workspace
4) You can probably more easily build this relying on the free, open source, command-line, indispensable GAM tool. Check out:
for more details.
Hope that helps,
Ian