type de ressource participant

Espace de noms : Microsoft.graph.callRecords

Importante

Les API sous la version /beta dans Microsoft Graph sont susceptibles d’être modifiées. L’utilisation de ces API dans des applications de production n’est pas prise en charge. Pour déterminer si une API est disponible dans v1.0, utilisez le sélecteur Version .

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

Hérite de participantBase.

Méthodes

Méthode Type renvoyé Description
Lister les participants_v2 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é communicationsIdentitySet Identité du participant à l’appel. Hérité de participantBase.
administrativeUnitInfos collection microsoft.graph.callRecords.administrativeUnitInfo Liste des informations administrativesUnitInfo 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"},
  "administrativeUnitInfos": [{"@odata.type": "microsoft.graph.callRecords.administrativeUnitInfo"}]
}

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