Skip to content

Latest commit

 

History

History
46 lines (38 loc) · 1.37 KB

File metadata and controls

46 lines (38 loc) · 1.37 KB
title callSettings resource type
description Contains information about a call settings resource.
author garchiro7
ms.localizationpriority medium
doc_type resourcePageType
ms.subservice cloud-communications
ms.date 02/01/2025

callSettings resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Contains information about a call settings resource.

Methods

Method Return type Description
List delegates delegationSettings collection Get a list of all delegates for a user.
List delegators delegationSettings collection Get a list of all delegators for a user.

Properties

None.

Relationships

Relationship Type Description
delegates delegationSettings collection Represents the delegate settings.
delegators delegationSettings collection Represents the delegator settings.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.callSettings"
}