> For the complete documentation index, see [llms.txt](https://library.zoom.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://library.zoom.com/technical-library/zh/guan-li-yuan-zhuan-qu/third-party-integrations/microsoft-365-calendaring-field-guide/before-you-begin.md).

# 开始之前

### 收集所需的账户和访问凭据 <a href="#ibhnxtgz0jcq" id="ibhnxtgz0jcq"></a>

要成功完成本指南中概述的步骤，您将需要以下账户和凭据：

* 一个具有 Exchange Online 管理员权限的 Microsoft 365 管理员账户， **和**:
  * 该账户必须同时具有针对以下两项的 Exchange Online 管理员权限， **组织管理** 和 **收件人管理**.
  * Microsoft Graph API 应用程序权限需要 Microsoft 365 全局管理员，或具有 Microsoft 365 云应用程序管理员权限的用户，才能将 Zoom 应用程序添加到 Microsoft Entra ID 企业版应用程序中。
  * Microsoft Graph API 应用程序权限至少需要一个 [关联域](https://support.zoom.com/hc/en/article?id=zm_kb\&sysparm_article=KB0066259) 与在你的 Microsoft 365 租户中已验证的自定义域相匹配的
* 一个具有 Zoom Rooms 访问权限的角色。
* 能够列出、创建和管理会议室的日历资源。
* Windows PowerShell 的管理员访问权限，适用于 Windows 10 或更高版本，或 Windows Server 2016 或更高版本

### （可选）从旧版授权方法迁移到 Microsoft Graph API 应用程序权限 <a href="#gt03om1xmyu8" id="gt03om1xmyu8"></a>

对于使用旧版、非 Graph API 的日历集成和授权方法的配置，请遵循以下支持文章中的说明，文章标题为 [关于 Microsoft Exchange Web Services + 应用程序模拟即将终止支持的提前通知](https://support.zoom.com/hc/en/article?id=zm_kb\&sysparm_article=KB0077079).

### 配置 Zoom Workplace 权限，使其与 Microsoft Entra ID 用户同意设置相匹配 <a href="#id-8cfm0o3hmdv2" id="id-8cfm0o3hmdv2"></a>

集成任何类型的 Microsoft 365 日历与 Zoom 平台的第一步是 配置你的 Zoom 权限，以匹配你的 Microsoft Entra ID（以前称为 Azure Active Directory）的 用户同意 设置。

此流程旨在通过匹配练习，在您按照本指南中的其余步骤进行时，阻止 Zoom 平台与 Entra ID 之间的权限问题。

#### <mark style="color:蓝色;">识别当前的 Microsoft Entra ID 用户同意设置</mark> <a href="#sxb5s53zovuk" id="sxb5s53zovuk"></a>

1. 登录到 [Microsoft Azure 管理门户](https://portal.azure.com/) 使用 Microsoft 365 管理员账户。
2. 在……下 **Azure 服务** 部分，请点击 **Microsoft Entra ID** 图标。
3. 在……下 **管理** 下拉菜单，单击 **企业版应用程序**.
4. 在“安全”下拉菜单下，单击 **同意和权限**.
5. 请记下以下项的值 *应用程序的用户同意部分*，它将是以下之一：
   1. 不允许用户同意
   2. 允许来自已验证发布者的应用的用户同意，用于所选权限
   3. 允许用户同意应用

#### <mark style="color:蓝色;">确认用户同意设置与 Zoom Web门户 设置相匹配</mark> <a href="#nic025hbfrx9" id="nic025hbfrx9"></a>

您的组织可以选择限制或允许用户同意设置。Zoom 建议采用一种简化的权限方法，允许用户自行同意 Entra ID 应用。不过，无论您作何选择，您的组织都必须将 Entra ID 选项与 Zoom 管理端的配对选项相匹配。

如果你已将 Microsoft Entra ID 的用户同意设置配置为使用 **不允许用户同意**，或 **允许来自已验证发布者的应用的用户同意，用于所选权限**，则 Zoom 网页设置中写道 *代表整个账户同意 Office 365 日历集成权限* 必须设置为 **开启**.

![](/files/c69937b346615186a4ecbadd7f0cfef49df6961e)

或者，如果你的用户同意设置配置为 **允许用户同意应用**，则将该设置 **关闭**.

![](/files/06bfafcc9fd611210bd7eb64e76736ef6f45daef)

### （可选）创建自定义 Microsoft Entra 应用程序以与 Microsoft (Office) 365 集成

有关配置自定义应用程序的完整说明，请参阅 Zoom 支持文章 [使用 Office 365 设置 Zoom Rooms](https://support.zoom.com/hc/en/article?id=zm_kb\&sysparm_article=KB0063474).

{% hint style="info" %}
此功能/特性必须为 [由 Zoom 启用](https://support.zoom.com/hc/en/contact?id=contact_us).
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://library.zoom.com/technical-library/zh/guan-li-yuan-zhuan-qu/third-party-integrations/microsoft-365-calendaring-field-guide/before-you-begin.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
