Microsoft Office 365 · Arazzo Workflow
Microsoft Office 365 Update Group and Verify
Version 1.0.0
Patch a group's properties, then read it back to verify the change.
Provider
Workflows
update-group-and-verify
Update a group's properties and confirm via a read-back.
Patches a group via PATCH /groups/{group-id} (204 no content), then reads the group via GET /groups/{group-id} (200) to verify the new property values.
1
updateGroup
updateGroup
Patch the group with the supplied display name, description, and visibility. Only the provided properties change.
2
verifyGroup
getGroup
Read the group back by id to confirm the updated properties were persisted.