participantInfo resource type
Namespace: microsoft.graph
Important
APIs under the /beta
version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.
Contains additional properties about the participant identity
Properties
Property | Type | Description |
---|---|---|
countryCode | String | The ISO 3166-1 Alpha-2 country code of the participant's best estimated physical location at the start of the call. Read-only. |
endpointType | endpointType | The type of endpoint the participant is using. Possible values are: default , voicemail , skypeForBusiness , skypeForBusinessVoipPhone and unknownFutureValue . Read-only. |
identity | identitySet | The identitySet associated with this participant. Read-only. |
languageId | String | The language culture string. Read-only. |
region | String | The home region of the participant, and can be a country, a continent, or a larger geographic region. The region doesn't change based on the participant's current physical location, unlike countryCode. Read-only. |
platformId | String | The client platform ID of the participant. Read-only. |
participantId | String | The participant ID of the participant. Read-only. |
JSON representation
The following JSON representation shows the resource type.
{
"countryCode": "String",
"identity": { "@odata.type": "#microsoft.graph.identitySet" },
"endpointType": "String",
"languageId": "String",
"region": "String",
"platformId": "String",
"participantId": "String"
}