Partager via


type de ressource participant

Espace de noms : Microsoft.graph.callRecords

Représente l’identité d’un participant dans un callRecord.

Hérite de participantBase.

Méthodes

Méthode Type renvoyé Description
List collection microsoft.graph.callRecords.participant Obtenez la liste des objets participants associés à un callRecord.

Propriétés

Propriété Type Description
id Chaîne Identificateur unique du participant à l’appel. Hérité de participantBase.
identité microsoft.graph.communicationsIdentitySet Identité du participant à l’appel. Hérité de participantBase.

Représentation JSON

La représentation JSON suivante montre le type de ressource.

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

Voir aussi

Pour obtenir des exemples qui montrent comment utiliser la ressource de participant , consultez callRecord.