Microsoft Active Directory · Arazzo Workflow
Active Directory Onboard User To Existing Group
Version 1.0.0
Find an existing group by name, create a user, and add the user to that group.
View Spec
View on GitHub
Active DirectoryAuthenticationAuthorizationDirectory ServicesIdentity ManagementMicrosoft EntraZero TrustArazzoWorkflows
Provider
Workflows
onboard-user-to-existing-group
Create a user and add them to an already-existing group resolved by name.
Searches the groups collection for a group whose displayName matches the supplied value, creates a new user, and then adds that user as a member of the resolved group.
1
findGroup
list-groups
Resolve the target group by filtering the groups collection on displayName, returning at most one match.
2
createUser
create-user
Create the new, enabled user account for the incoming hire.
3
addUserToGroup
add-group-member
Add the new user to the resolved group via an OData reference to the user object.
Source API Descriptions
openapi