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
Resolve the target group by filtering the groups collection on displayName, returning at most one match.
2
3
addUserToGroup
Add the new user to the resolved group via an OData reference to the user object.
Source API Descriptions
openapi
Arazzo Workflow Specification
Work with this as data
Every workflow here is available over the APIs.io API and to AI agents over MCP.