Microsoft Entra · Arazzo Workflow
Microsoft Entra Onboard User To Group
Version 1.0.0
Create a user, add it to an existing group, and confirm membership.
View Spec
View on GitHub
Access ManagementAuthenticationAzure ADEntraIdentityIdentity GovernanceMicrosoftNetwork SecuritySecurityZero TrustArazzoWorkflows
Provider
Workflows
onboard-user-to-group
Create a user, add it to a group, then verify its memberships.
Provisions a user, references it into a target group's members collection, and reads back the user's memberOf relationship.
1
createUser
createUser
Create the user that will be onboarded into the group.
2
addMember
addGroupMember
Add the new user to the group by posting an OData reference that points at the user's directory object.
3
verifyMembership
listUserMemberOf
List the groups, directory roles, and administrative units the user is a direct member of to confirm the group assignment.