Microsoft Active Directory · Arazzo Workflow
Active Directory Provision User Into New Group
Version 1.0.0
Create a user, create a security group, and add the user as a member of that group.
View Spec
View on GitHub
Active DirectoryAuthenticationAuthorizationDirectory ServicesIdentity ManagementMicrosoft EntraZero TrustArazzoWorkflows
Provider
Workflows
provision-user-into-new-group
Provision a new user and a new group, then make the user a member of the group.
Creates a Microsoft Entra user, creates a security group, and references the newly created user from the new group's members collection so that the user immediately inherits the group's access.
1
createUser
create-user
Create the new, enabled Microsoft Entra user account with a password profile that forces a password change at first sign-in.
2
createGroup
create-group
Create a security group (mail-disabled, security-enabled) that will govern the new user's access.
3
addUserToGroup
add-group-member
Add the newly created user to the newly created group by passing an OData reference to the user object.
Source API Descriptions
openapi