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 that includes aadUserConversationMember objects in the request.

Inherits from actionResultPart.

Properties

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.

JSON representation

The following JSON representation shows the resource type.

{
  "error": "microsoft.graph.publicError",
  "userId": "String"
}