Microsoft Entra · Arazzo Workflow
Microsoft Entra Find And Update User
Version 1.0.0
Find a user by UPN, update its profile, and read the result.
View Spec
View on GitHub
Access ManagementAuthenticationAzure ADEntraIdentityIdentity GovernanceMicrosoftNetwork SecuritySecurityZero TrustArazzoWorkflows
Provider
Workflows
find-and-update-user
Filter users by UPN, patch the match, then re-read the user.
Searches for a user by userPrincipalName, updates job/department fields on the match, and fetches the updated user object.
1
findUser
listUsers
Filter the users collection on userPrincipalName to locate the target user and capture its object id.
2
updateUser
updateUser
Patch the matched user with the supplied job title and department. The update returns 204 with no body.
3
getUser
getUser
Read the updated user back to confirm the new property values.