Microsoft Teams · Arazzo Workflow
Microsoft Teams Rename Team
Version 1.0.0
Read a team and update its display name and description.
View Spec
View on GitHub
ChatCollaborationCommunicationMicrosoft 365ProductivityVideo ConferencingArazzoWorkflows
Provider
Workflows
rename-team
Confirm a team and patch its display name and description.
Reads the team to capture its prior display name, then updates the team with the new display name and description.
1
getTeam
getTeam
Read the team to confirm it exists and capture its current display name before renaming.
2
updateTeam
updateTeam
Patch the team with the new display name and description. Microsoft Graph returns 204 No Content on success.