aadUserConversationMember 资源类型

命名空间:microsoft.graph

表示团队频道聊天中的Microsoft Entra用户。 此类型继承自 conversationMember

方法

方法 返回类型 说明
列出团队成员 conversationMember 集合 获取此团队中的成员列表。
添加团队成员 conversationMember 向团队中添加新成员。
获取团队成员 conversationMember 集合 获取团队中的成员。
更新成员角色 conversationMember 将成员更改为所有者或返回为常规成员。
删除团队成员 删除团队中的一个现有成员。
列出频道成员 conversationMember 集合 获取频道中的所有成员列表。
添加频道成员 conversationMember 向频道添加成员。 仅支持 membershipType 为 privatechannel
获取频道成员 conversationMember 集合 获取频道中的成员。
更新频道成员角色 conversationMember 更新频道成员的属性。 仅支持 membershipType 为 private 的频道。
删除频道成员 从频道中删除一个成员。 仅支持用于 privatechannelType
列出聊天成员 conversationMember 集合 获取聊天中的所有成员列表。
添加聊天成员 位置标头 向聊天添加成员。
获取聊天成员 conversationMember 获取聊天中的成员。
删除聊天成员 从聊天中删除成员。

属性

属性 类型 说明
displayName string 用户的显示名称。
email string 用户的电子邮件地址。
id String 只读。 用户的唯一 ID。
角色 string 集合 用户的角色,例如所有者、成员或来宾。
tenantId string Microsoft Entra用户所属的 TenantId。
userId string 用户的 GUID。
visibleHistoryStartDateTime DateTimeOffset 表示对话历史久远程度的时间戳与对话成员共享。 此属性只对聊天成员可设置。

JSON 表示形式

下面是资源的 JSON 表示形式。

{
  "@odata.type": "#microsoft.graph.aadUserConversationMember",
  "displayName" : "string",
  "email" : "string",
  "id": "string (identifier)", 
  "roles" : ["string"],
  "tenantId": "string",
  "userId" : "string",
  "visibleHistoryStartDateTime": "string (timestamp)"
}