| title | aadUserConversationMemberResult resource type |
|---|---|
| description | Resource for modeling responses of bulk operations on aadUserConversationMember. |
| author | AkJo |
| ms.localizationpriority | medium |
| ms.subservice | teams |
| doc_type | resourcePageType |
| ms.date | 10/18/2024 |
Namespace: microsoft.graph
[!INCLUDE beta-disclaimer]
Represents the individual response for each member specified in a bulk operation that includes aadUserConversationMember objects in the request.
Inherits from actionResultPart.
| Property | Type | Description |
|---|---|---|
| error | publicError | The error that occurred, if any, during the course of the bulk operation. |
| userId | String | The user object ID of the Microsoft Entra user that was being added as part of the bulk operation. |
None.
The following JSON representation shows the resource type.
{
"error": "microsoft.graph.publicError",
"userId": "String"
}