Microsoft Office 365 · Arazzo Workflow
Microsoft Office 365 Create Group With Members
Version 1.0.0
Create a Microsoft 365 group, add a member, then list members to confirm.
Provider
Workflows
create-group-with-members
Create a group and add an initial member to it.
Creates a group (201), adds a member by directory object id via POST /groups/{group-id}/members/$ref (204), then lists members (200) to confirm.
1
createGroup
createGroup
Create a unified, mail-enabled Microsoft 365 group with the supplied display name and mail nickname.
2
addMember
addGroupMember
Add the supplied user as a member of the newly created group by binding the user's directory object URL.
3
listMembers
listGroupMembers
List the group's members to confirm the initial member was added.