如何获得"离开办公室的地位"从微软图api?

时间:2017-10-11 05:38:54

标签: rest microsoft-graph

如何从microsoft graph api中检索离开办公室状态?我没有看到任何REST方法来获取这些信息。

提前感谢您的协助。

1 个答案:

答案 0 :(得分:1)

图表中有automaticRepliesSetting

<ComplexType Name="mailboxSettings">
    <Property Name="automaticRepliesSetting" Type="microsoft.graph.automaticRepliesSetting"/>
    <Property Name="archiveFolder" Unicode="false" Type="Edm.String"/>
    <Property Name="timeZone" Unicode="false" Type="Edm.String"/>
    <Property Name="language" Type="microsoft.graph.localeInfo"/>
</ComplexType>

此处的文档:https://developer.microsoft.com/en-us/graph/docs/api-reference/v1.0/api/user_get_mailboxsettings