Show / Hide Table of Contents

TeamworkTag.Read

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

Graph Methods

Type: A = Application Permission, D = Delegate Permission

Ver Type Method
V1 D GET /teams/{team-id}/tags
V1 D GET /teams/{team-Id}/tags
V1 D GET /teams/{team-id}/tags/{teamworkTag-id}
V1 D GET /teams/{team-Id}/tags/{teamworkTag-Id}
V1 D GET /teams/{team-id}/tags/{teamworkTag-id}/members
V1 D GET /teams/{team-Id}/tags/{teamworkTag-Id}/members
V1 D GET /teams/{team-id}/tags/{teamworkTag-id}/members/{teamworkTagMember-id}
V1 D GET /teams/{team-Id}/tags/{teamworkTag-Id}/members/{teamworkTagMember-Id}

Delegate Permission

Id 57587d0b-8399-45be-b207-8050cec54575
Consent Type Admin
Display String Read tags in Teams
Description Allows the app to read tags in Teams, on behalf of the signed-in user.

Resources

teamworkTag

Property Type Description
description String The description of the tag as it will appear to the user in Microsoft Teams.
displayName String The name of the tag as it will appear to the user in Microsoft Teams.
id String The unique identifier for the tag. Inherited from entity.
memberCount Int32 The number of users assigned to the tag.
tagType teamworkTagType The type of the 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 The unique identifier for the member. Inherited from entity.
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