Microsoft Active Directory · Arazzo Workflow
Active Directory Create Microsoft 365 Group With Owner
Version 1.0.0
Create a user, create a Microsoft 365 group owned by that user, and add the user as a member.
View Spec
View on GitHub
Active DirectoryAuthenticationAuthorizationDirectory ServicesIdentity ManagementMicrosoft EntraZero TrustArazzoWorkflows
Provider
Workflows
create-m365-group-with-owner
Create an owner user and a Microsoft 365 group owned by that user.
Creates a user, creates a Unified Microsoft 365 group with that user bound as an owner via [email protected], and then adds the user as a member.
1
createOwner
create-user
Create the user who will own the Microsoft 365 group.
2
createGroup
create-group
Create a Unified Microsoft 365 group binding the new user as an owner at creation time.
3
addOwnerAsMember
add-group-member
Add the owner user as a member of the group via an OData reference.
Source API Descriptions
openapi