teamworkTagMember resource type

Namespace: microsoft.graph

Important

APIs under the /beta version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.

Represents a user in a team to whom a tag is applied.

Methods

Method Return type Description
List teamworkTagMembers teamworkTagMember collection Get a list of the members of a standard tag in a team and their properties.
Create teamworkTagMember teamworkTagMember Create a new teamworkTagMember object.
Get teamworkTagMember teamworkTagMember Get the properties and relationships of a member of a standard tag in a team.
Delete teamworkTagMember None Delete a member from a standard tag in the team.

Properties

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.

Relationships

None.

JSON representation

The following is a JSON representation of the resource.

{
  "@odata.type": "#microsoft.graph.teamworkTagMember",
  "displayName": "String",  
  "id": "String (Identifier)",
  "tenantId": "String",
  "userId": "String"
}