Show / Hide Table of Contents

TeamworkTag.ReadWrite.All

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

Graph Methods

Type: A = Application Permission, D = Delegate Permission

Ver Type Method
V1 A DELETE /teams/{team-id}/tags/{teamworkTag-id}
V1 A DELETE /teams/{team-Id}/tags/{teamworkTag-Id}
V1 A DELETE /teams/{team-id}/tags/{teamworkTag-id}/members/{teamworkTagMember-id}
V1 A DELETE /teams/{team-Id}/tags/{teamworkTag-Id}/members/{teamworkTagMember-Id}
V1 A GET /teams/{team-id}/tags
V1 A GET /teams/{team-Id}/tags
V1 A GET /teams/{team-id}/tags/{teamworkTag-id}
V1 A GET /teams/{team-Id}/tags/{teamworkTag-Id}
V1 A GET /teams/{team-id}/tags/{teamworkTag-id}/members
V1 A GET /teams/{team-Id}/tags/{teamworkTag-Id}/members
V1 A GET /teams/{team-id}/tags/{teamworkTag-id}/members/{teamworkTagMember-id}
V1 A GET /teams/{team-Id}/tags/{teamworkTag-Id}/members/{teamworkTagMember-Id}
V1 A PATCH /teams/{team-id}/tags/{teamworkTag-id}
V1 A PATCH /teams/{team-Id}/tags/{teamworkTag-Id}
V1 A POST /teams/{team-id}/tags
V1 A POST /teams/{team-Id}/tags
V1 A POST /teams/{team-id}/tags/{teamworkTag-id}/members
V1 A POST /teams/{team-Id}/tags/{teamworkTag-Id}/members

Application Permission

Id a3371ca5-911d-46d6-901c-42c8c7a937d8
Display String Read and write tags in Teams
Description Allows the app to read and write tags in Teams without a 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