userTeamwork resource type

Namespace: microsoft.graph

Represents a container for the range of Microsoft Teams functionalities that are available per user in the tenant.

Properties

Property Type Description
id string The unique identifier for the userTeamwork object.

Relationships

Relationship Type Description
associatedTeams associatedTeamInfo collection The list of associatedTeamInfo objects that a user is associated with.
installedApps teamsAppInstallation collection The apps installed in the personal scope of this user.

JSON representation

The following JSON representation shows the resource type.

{
  "id": "String (identifier)"
}