organizer resource type
Namespace: microsoft.graph.callRecords
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.
Represents the identity of a call or meeting organizer in a callRecord.
Inherits from participantBase.
Properties
Property | Type | Description |
---|---|---|
id | String | Unique identifier for the call organizer. Inherited from participantBase. |
identity | communicationsIdentitySet | The identity of the call organizer. Inherited from participantBase. |
administrativeUnitInfos | microsoft.graph.callRecords.administrativeUnitInfo collection | List of administrativeUnitInfo of the call organizer. Inherited from participantBase. |
JSON representation
The following JSON representation shows the resource type.
{
"id": "String (identity)",
"identity": {"@odata.type": "microsoft.graph.communicationsIdentitySet"},
"administrativeUnitInfos": [{"@odata.type": "microsoft.graph.callRecords.administrativeUnitInfo"}]
}
Related content
For examples that show how to use the organizer resource, see callRecord.