次の方法で共有


参加者リソースの種類

名前空間: microsoft.graph.callRecords

callRecord 内の参加者の ID を表します。

participantBase から継承します。

メソッド

メソッド 戻り値の型 説明
List microsoft.graph.callRecords.participant コレクション callRecord に関連付けられている参加者オブジェクトの一覧を取得します。

プロパティ

プロパティ 種類 説明
id String 通話参加者の一意の識別子。 participantBase から継承されます。
Id microsoft.graph.communicationsIdentitySet 通話参加者の ID。 participantBase から継承されます。

JSON 表記

次の JSON 表現は、リソースの種類を示しています。

{
  "id": "String (identifier)",
  "identity": {"@odata.type": "microsoft.graph.communicationsIdentitySet"}
}

関連項目

参加者リソースの使用方法を示す例については、「callRecord」を参照してください。