incomingContext 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.
The context associated with an incoming call.
Properties
Property | Type | Description |
---|---|---|
observedParticipantId | String | The id of the participant that is under observation. Read-only. |
onBehalfOf | identitySet | The identity that the call is happening on behalf of. |
sourceParticipantId | String | The id of the participant that triggered the incoming call. Read-only. |
transferor | identitySet | The identity that transferred the call. |
JSON representation
The following JSON representation shows the resource type.
{
"observedParticipantId": "String",
"onBehalfOf": {"@odata.type": "#microsoft.graph.identitySet"},
"sourceParticipantId": "String",
"transferor": {"@odata.type": "#microsoft.graph.identitySet"}
}