Microsoft Entra · Arazzo Workflow
Microsoft Entra Find And Update Group
Version 1.0.0
Find a group by display name, update it, and read it back.
View Spec
View on GitHub
Access ManagementAuthenticationAzure ADEntraIdentityIdentity GovernanceMicrosoftNetwork SecuritySecurityZero TrustArazzoWorkflows
Provider
Workflows
find-and-update-group
Filter groups by displayName, patch the match, then re-read it.
Searches for a group by display name, updates its description, and fetches the updated group object.
1
findGroup
listGroups
Filter the groups collection on displayName to locate the target group and capture its object id.
2
updateGroup
updateGroup
Patch the matched group with the new description. Returns 204 with no body.
3
getGroup
getGroup
Read the updated group back to confirm the new description.