Type de ressource aadUserNotificationRecipient
Espace de noms: microsoft.graph
Représente un utilisateur Microsoft Entra destinataire d’une notification envoyée dans un flux d’activité Microsoft Teams.
Hérite de teamworkNotificationRecipient.
Propriétés
Propriété | Type | Description |
---|---|---|
userId | String | Identificateur d’utilisateur Microsoft Entra. Utilisez la méthode Répertorier les utilisateurs pour obtenir cet ID. |
Relations
Aucun.
Représentation JSON
La représentation JSON suivante montre le type de ressource.
{
"@odata.type": "#microsoft.graph.aadUserNotificationRecipient",
"userId": "String"
}