Microsoft Active Directory · Arazzo Workflow
Active Directory Transfer User Between Groups
Version 1.0.0
Resolve a user and two groups by name, remove the user from one group and add them to another.
View Spec
View on GitHub
Active DirectoryAuthenticationAuthorizationDirectory ServicesIdentity ManagementMicrosoft EntraZero TrustArazzoWorkflows
Provider
Workflows
transfer-user-between-groups
Move a user from a source group to a destination group.
Resolves a user by UPN and a source and destination group by display name, removes the user from the source group, and adds the user to the destination group.
1
findUser
list-users
Resolve the user by userPrincipalName, returning at most one match.
2
findSourceGroup
list-groups
Resolve the source group by display name.
3
findDestinationGroup
list-groups
Resolve the destination group by display name.
4
removeFromSource
remove-group-member
Remove the user's direct membership from the source group.
5
addToDestination
add-group-member
Add the user to the destination group via an OData reference.
Source API Descriptions
openapi