Update team lets to update the configurations of an existing team in Microsoft Teams.
Example of Update team action configuration on the current site
For more information about Action Builder read Action Builder introduction article.
Note 1: In order to use the Update team action in Scheduled/Triggered Actions skybow Teams Connector has to be approved by a tenant administrator and site has to be added to Approved sites list before this action can be used. Learn more about skybow M365 Connectors.
Note 2: When you deploy the solution to another SharePoint tenant, it requires approval of skybow Teams Connector on the deployment tenant as well.
To configure the action Update team additional properties should be specified:
Configuration
Property | Required | Type | Description |
Team | yes | String | Specify Id or the name of the team needs to be updated. |
Team name | no | String | Specify a new team name. |
Team description | no | String | Specify a new description of the team |
Archiving options | no | String |
You can specify the Archiving options for the team:
Note: To update properties for a team that was archived earlier select 'Unarchive' option. |
Availability
Modern Forms | List Actions | Scheduled/Triggered Actions |
- | - | ✓ |
Output
Output Parameter | Type | Description |
TeamID | String | Returns the Id of the team |
TeamName | String | Returns the name of the team |
TeamDescription | String | Returns the description of the team |
IsArchived | Boolean | Returns true or false |