Microsoft Entra · Arazzo Workflow
Microsoft Entra Create Group With Member
Version 1.0.0
Create a security group, add a member, and list its members.
View Spec
View on GitHub
Access ManagementAuthenticationAzure ADEntraIdentityIdentity GovernanceMicrosoftNetwork SecuritySecurityZero TrustArazzoWorkflows
Provider
Workflows
create-group-with-member
Create a group, add one member, then verify the members list.
Creates a security group, references a directory object into its members collection, and lists members to confirm the addition.
1
createGroup
createGroup
Create a security group with mail disabled and security enabled.
2
addMember
addGroupMember
Add the supplied directory object to the group by posting an OData reference to its members collection.
3
listMembers
listGroupMembers
List the direct members of the group to confirm the addition.