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
Search existing groups for one whose displayName equals the supplied value, returning at most one match.
2
3
createNew
Create a new Microsoft 365 group when no existing group matched the supplied display name.
Source API Descriptions
Arazzo Workflow Specification
Work with this as data
Every workflow here is available over the APIs.io API and to AI agents over MCP.