teamworkUserIdentity resource type

Namespace: microsoft.graph

Represents a user in Microsoft Teams.

Inherits from identity.

Properties

Property Type Description
displayName String Inherited from identity. Display name of the user. Optional.
id String Inherited from identity. ID of the user.
userIdentityType teamworkUserIdentityType Type of user. Possible values are: aadUser, onPremiseAadUser, anonymousGuest, federatedUser, personalMicrosoftAccountUser, skypeUser, phoneUser, unknownFutureValue and emailUser.
tenantId String Identifier of tenant, which user is part of. Optional.

Relationships

None.

JSON representation

The following is a JSON representation of the resource.

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