aadUserNotificationRecipient resource type

Namespace: microsoft.graph

Represents a Microsoft Entra user recipient of a notification sent in a Microsoft Teams activity feed.

Inherits from teamworkNotificationRecipient.

Properties

Property Type Description
userId String Microsoft Entra user identifier. Use the List users method to get this ID.

Relationships

None.

JSON representation

The following is a JSON representation of the resource.

{
  "@odata.type": "#microsoft.graph.aadUserNotificationRecipient",
  "userId": "String"
}