Microsoft Active Directory · Arazzo Workflow
Active Directory Create Group And Add Two Members
Version 1.0.0
Create a security group, then add two existing users to it by their object IDs.
View Spec
View on GitHub
Active DirectoryAuthenticationAuthorizationDirectory ServicesIdentity ManagementMicrosoft EntraZero TrustArazzoWorkflows
Provider
Workflows
create-group-and-add-members
Create a group and add two existing users to it.
Creates a security group and then adds two users (referenced by their object IDs) to that group's members collection.
1
createGroup
create-group
Create a security group (mail-disabled, security-enabled).
2
addFirstMember
add-group-member
Add the first user to the new group via an OData reference.
3
addSecondMember
add-group-member
Add the second user to the new group via an OData reference.