Remove members from tag action allows to remove members from the specified tag in Microsoft Teams.
Example of Remove members from tag action configuration on the current site
For more information about Action Builder read Action Builder introduction article.
Note 1: In order to use the Remove members from tag 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 Remove members from tag additional properties should be specified:
Configuration
Property | Required | Type | Description |
Team | yes | String | Id or Name of the team should be specified |
Tag | yes | String | Id or Name of the tag should be specified |
Users to remove | yes | String | Id or email address or an expression to be evaluated as an email address of the members you want to remove from the tag. Ids or email address should be separated with ',' if you remove more than one member. |
Availability
Modern Forms | List Actions | Scheduled/Triggered Actions |
- | - | ✓ |
Output
Output Parameter | Type | Description |
TagID | String | Returns the Id of the tag as output parameter and can be used in subsequent actions. |
UserIDs | Array of strings | Returns user ids from azure of the members as output parameter and can be used in subsequent actions. |
UserEmails | Array of strings | Returns emails of the members |