{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.teamworkUserIdentity", "title": "microsoft.graph.teamworkUserIdentity", "allOf": [ { "$ref": "#/components/schemas/microsoft.graph.identity" }, { "title": "teamworkUserIdentity", "required": [ "@odata.type" ], "type": "object", "properties": { "userIdentityType": { "anyOf": [ { "$ref": "#/components/schemas/microsoft.graph.teamworkUserIdentityType" }, { "type": "object", "nullable": true } ], "description": "Type of user. The possible values are: aadUser, onPremiseAadUser, anonymousGuest, federatedUser, personalMicrosoftAccountUser, skypeUser, phoneUser, unknownFutureValue and emailUser." }, "@odata.type": { "type": "string", "default": "#microsoft.graph.teamworkUserIdentity" } } } ], "x-ms-discriminator-value": "#microsoft.graph.teamworkUserIdentity" }