Microsoft Office 365 · Arazzo Workflow
Microsoft Office 365 Find or Create Group
Version 1.0.0
Look up a group by display name and create it only if it does not exist.
Provider
Workflows
find-or-create-group
Resolve a group by display name, creating it when absent.
Lists groups filtered by displayName (200), and branches on whether a match exists: reads the matched group via GET /groups/{group-id} (200), or creates a new group via POST /groups (201).
1
findGroup
listGroups
Search existing groups for one whose displayName equals the supplied value, returning at most one match.
2
readExisting
getGroup
Read the matched group by id to return its full properties.
3
createNew
createGroup
Create a new Microsoft 365 group when no existing group matched the supplied display name.