Microsoft Entra · Arazzo Workflow
Microsoft Entra Create Microsoft 365 Group With Member
Version 1.0.0
Create a Unified M365 group, add a member, and read the group back.
View Spec
View on GitHub
Access ManagementAuthenticationAzure ADEntraIdentityIdentity GovernanceMicrosoftNetwork SecuritySecurityZero TrustArazzoWorkflows
Provider
Workflows
create-m365-group-with-member
Create a Unified group, add a member, then get the group.
Creates a Microsoft 365 group, references a member into it, and retrieves the group object to confirm creation.
1
createGroup
createGroup
Create the Microsoft 365 (Unified) group with mail enabled and Private visibility.
2
addMember
addGroupMember
Add the initial member to the group by posting an OData reference to its members collection. Returns 204.
3
getGroup
getGroup
Read the group back to confirm its type and settings.