Cross-Provider Workflow
Group Membership Sync Across Entra and Google Workspace
Version 1.0.0
Create a matching group in Microsoft Entra ID and Google Workspace.
Providers Orchestrated
Workflows
sync-group-entra-google
Create a matching access group in Entra and Google Workspace.
Creates a security group in Microsoft Entra ID and then creates a matching group in Google Workspace, carrying the display name across both.
1
create-entra-group
$sourceDescriptions.entraApi.createGroup
Create the security group in Microsoft Entra ID.
2
create-google-group
$sourceDescriptions.googleWorkspaceApi.insertGroup
Create the matching group in Google Workspace.
Source API Descriptions
openapi