Edit

Share via


teamworkTagIdentity resource type

Namespace: microsoft.graph

Represents a tag in Microsoft Teams. Tags allow users to quickly connect to subset of users in a team. For details about tag management in Microsoft Teams, see Manage tags in Microsoft Teams.

Inherits from identity.

Properties

Property Type Description
displayName String Inherited from identity. Display name of the tag.
id String Inherited from identity. ID of the tag.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.teamworkTagIdentity",
  "id": "String (identifier)",
  "displayName": "String"
}