{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.aadUserNotificationRecipient", "title": "microsoft.graph.aadUserNotificationRecipient", "allOf": [ { "$ref": "#/components/schemas/microsoft.graph.teamworkNotificationRecipient" }, { "title": "aadUserNotificationRecipient", "required": [ "@odata.type" ], "type": "object", "properties": { "userId": { "type": "string", "description": "Microsoft Entra user identifier. Use the List users method to get this ID." }, "@odata.type": { "type": "string", "default": "#microsoft.graph.aadUserNotificationRecipient" } } } ], "x-ms-discriminator-value": "#microsoft.graph.aadUserNotificationRecipient" }