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 JSON representation shows the resource type.

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