userTeamwork resource type

Namespace: microsoft.graph

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

Methods

Method Return type Description
Get userTeamwork userTeamwork Get userTeamwork settings for the specified user, which includes the Microsoft Teams region and the locale chosen by the user.

Properties

Property Type Description
id String The unique identifier for the userTeamwork object.
locale String The chosen locale of a user in Microsoft Teams.
region String The region of the user in Microsoft Teams.

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)",
  "locale" : "String",
  "region" : "String"
}