Microsoft Teams · Arazzo Workflow
Microsoft Teams Create Team
Version 1.0.0
Create a new Microsoft Teams team and capture the provisioning operation location.
View Spec
View on GitHub
ChatCollaborationCommunicationMicrosoft 365ProductivityVideo ConferencingArazzoWorkflows
Provider
Workflows
create-team
Create a new team and return the async operation location.
Submits a new team definition to Microsoft Graph. Because team creation is accepted as an asynchronous operation, the workflow confirms the 202 Accepted response and exposes the Location header for subsequent polling.
1
createTeam
createTeam
Submit the new team definition. Microsoft Graph accepts the request as an asynchronous operation and returns 202 with a Location header pointing at the operation to poll.