aadUserNotificationRecipient resource type
Namespace: microsoft.graph
Represents an Azure Active Directory (Azure AD) user recipient of a notification sent in a Microsoft Teams activity feed.
Inherits from teamworkNotificationRecipient.
Properties
Property | Type | Description |
---|---|---|
userId | String | Azure AD 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"
}
Feedback
Submit and view feedback for