Show / Hide Table of Contents

TeamworkTag.Read.All

Allows the app to read tags in Teams without a signed-in user.

Graph Methods

Type: A = Application Permission, D = Delegate Permission

Ver Type Method
Beta A GET /teams/{team-Id}/tags
Beta A GET /teams/{team-Id}/tags/{teamworkTag-Id}
Beta A GET /teams/{team-Id}/tags/{teamworkTag-Id}/members
Beta A GET /teams/{team-Id}/tags/{teamworkTag-Id}/members/{teamworkTagMember-Id}

Application Permission

Id b74fd6c4-4bde-488e-9695-eeb100e4907f
Display String Read tags in Teams
Description Allows the app to read tags in Teams without a 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