Show / Hide Table of Contents

TeamworkTag.ReadWrite

Allows the app to read and write tags in Teams, on behalf of the signed-in user.

Graph Methods

Type: A = Application Permission, D = Delegate Permission

Ver Type Method
Beta D DELETE /teams/{team-Id}/tags/{teamworkTag-Id}
Beta D DELETE /teams/{team-Id}/tags/{teamworkTag-Id}/members/{teamworkTagMember-Id}
Beta D GET /teams/{team-Id}/tags
Beta D GET /teams/{team-Id}/tags/{teamworkTag-Id}
Beta D GET /teams/{team-Id}/tags/{teamworkTag-Id}/members
Beta D GET /teams/{team-Id}/tags/{teamworkTag-Id}/members/{teamworkTagMember-Id}
Beta D PATCH /teams/{team-Id}/tags/{teamworkTag-Id}
Beta D POST /teams/{team-Id}/tags
Beta D POST /teams/{team-Id}/tags/{teamworkTag-Id}/members

Delegate Permission

Id 539dabd7-b5b6-4117-b164-d60cd15a8671
Consent Type Admin
Display String Read and write tags in Teams
Description Allows the app to read and write tags in Teams, on behalf of the signed-in user.

Resources

teamworkTag

Property Type Description
description String Tag description as it will appear to the user in Microsoft Teams.
displayName String Tag name as it will appear to the user in Microsoft Teams.
id String ID of the tag.
memberCount Int32 The number of users assigned to the tag.
tagType teamworkTagType The type of tag. Default is standard.
teamId String ID of the team in which the tag is defined.

teamworkTagMember

Property Type Description
displayName String The member's display name.
ID String ID of the member.
tenantID String The ID of the tenant that the tag member is a part of.
userID String The user ID of the member.
In This Article
Back to top Created by merill | Submit feedback