aadUserConversationMemberResult resource type
Namespace: microsoft.graph
Important
APIs under the /beta version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.
Represents the individual response for each member specified in a bulk operation comprising of aadUserConversationMember(s) in the request. This resource is the derivative of the actionResultPart resource.
Properties
| Property | Type | Description |
|---|---|---|
| userId | String |
The user object ID of the Azure AD user that was being added as part of the bulk operation. |
| error | publicError | The error that occurred, if any, during the course of the bulk operation. |
JSON representation
The following is a JSON representation of the resource.
{
"userId": "string",
"error": "microsoft.graph.publicError"
}
See also
Feedback
Submit and view feedback for