Microsoft Active Directory · Arazzo Workflow
Active Directory Find User And Update Profile
Version 1.0.0
Look up a user by principal name, then patch their job title and department.
View Spec
View on GitHub
Active DirectoryAuthenticationAuthorizationDirectory ServicesIdentity ManagementMicrosoft EntraZero TrustArazzoWorkflows
Provider
Workflows
find-user-and-update-profile
Resolve a user by UPN and update their organizational profile fields.
Searches for a user by userPrincipalName, and if a match is found, patches that user's jobTitle and department. If no user matches, the workflow ends without making changes.
1
findUser
list-users
Filter the users collection on userPrincipalName, returning at most one matching user.
2
updateUser
update-user
Patch the matched user with the new job title and department. Only the supplied properties change; all others retain their current values.