| title | teamworkUserIdentity resource type |
|---|---|
| description | Represents a user in Microsoft Teams. |
| author | RamjotSingh |
| ms.localizationpriority | medium |
| ms.subservice | teams |
| doc_type | resourcePageType |
| ms.date | 07/22/2024 |
Namespace: microsoft.graph
Represents a user in Microsoft Teams.
Inherits from identity.
| 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. The possible values are: aadUser, onPremiseAadUser, anonymousGuest, federatedUser, personalMicrosoftAccountUser, skypeUser, phoneUser, unknownFutureValue and emailUser. |
| tenantId | String | Identifier of tenant, which user is part of. Optional. |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.teamworkUserIdentity",
"id": "String (identifier)",
"displayName": "String",
"userIdentityType": "String"
}