Skip to content

Latest commit

 

History

History
63 lines (48 loc) · 1.65 KB

File metadata and controls

63 lines (48 loc) · 1.65 KB
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

aadUserConversationMemberResult resource type

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.

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.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

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

Related content