Microsoft Office 365 · Arazzo Workflow
Microsoft Office 365 Onboard User to Group
Version 1.0.0
Create a user, add them to an existing group, then confirm membership.
Provider
Workflows
onboard-user-to-group
Provision a user and place them into an existing Microsoft 365 group.
Creates a user (201), adds the user to a target group via POST /groups/{group-id}/members/$ref (204), then lists the group's members (200) to confirm the addition.
1
createUser
createUser
Create a new, enabled user account to be added to the group.
2
addToGroup
addGroupMember
Add the newly created user to the target group by binding the user's directory object URL through the members navigation property.
3
confirmMembership
listGroupMembers
List the group's direct members to confirm the new user now appears in the membership collection.