> 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-jiao-luo/account-and-endpoint-management/new-groups-and-settings-management-experience-explainer/migration.md).

# 迁移

### 迁移到新的群组体验是一个由向导辅助的过程，并在迁移前进行冲突测试

#### <mark style="color:蓝色;">启用状态因账户类型和现有群组数量而异</mark>

新的群组和设置管理体验将根据账户类型以及截至 2026 年 1 月 10 日账户中现有群组数量分阶段推出。该日期之后创建的新账户会自动以新体验为默认。截止 2026 年 1 月 10 日现有群组数为零或一个的现有账户已自动更新为新体验。

拥有两个或更多群组的现有账户必须通过创建支持工单来请求访问自助迁移流程 [Zoom 支持](https://support.zoom.com/).

### 迁移向导将引导管理员完成四个步骤：选择群组、确定优先级、测试和确认

对于拥有两个或更多群组的账户，迁移通过管理控制台中的向导辅助流程完成。该向导将管理员引导完成四个步骤：

{% stepper %}
{% step %} <mark style="color:蓝色;">**管理员选择哪些现有群组应保留其设置配置**</mark>

未选择的群组会作为无设置群组迁移，并默认采用账户级别设置。向导会自动识别其设置与账户级别不同的群组并预先选择它们。
{% endstep %}

{% step %} <mark style="color:蓝色;">**管理员按优先级顺序对所选群组排序**</mark>

默认情况下，成员最少的群组被赋予最高优先级，因为假设较小的群组通常是应在新体验中优先处理的例外群组。成员更多的群组优先级较低，而没有成员的群组优先级最低。管理员应审查并调整这些默认分配，以符合其组织结构。
{% endstep %}

{% step %} <mark style="color:蓝色;">**管理员运行迁移模拟，生成 CSV 冲突报告**</mark>

该报告比较所有受影响用户迁移前后的设置值，识别因新的优先级分配而会发生变化的任何设置。如果检测到冲突，管理员可以返回上一步，调整优先级，并重新运行模拟。
{% endstep %}

{% step %} <mark style="color:蓝色;">**管理员审查最终优先级顺序并确认迁移**</mark>

生成 CSV 冲突报告可能需要 10 分钟到 12 小时不等，具体取决于账户中的用户和群组数量。最终确认步骤是即时的。
{% endstep %}
{% endstepper %}

{% hint style="success" %}
**Zoom 建议：**

Zoom 建议在迁移到生产环境之前先在沙盒账户上测试迁移，并在工作时间之后执行生产环境迁移。
{% endhint %}

有关逐步操作详情，请参阅 Zoom 支持文章 [使用新的群组和设置管理体验](https://support.zoom.com/hc/en/article?id=zm_kb\&sysparm_article=KB0076377).

### 迁移会保留所有现有群组设置和锁定值，并仅添加优先级属性

迁移到新体验不会重置或修改任何现有群组设置或锁定值。所有群组都会完全保留其当前配置，与迁移前完全一致。迁移过程会为现有群组添加优先级属性，并启用新的模块化群组配置功能。群组 UUID 也不会因迁移而改变，因此任何现有的按 UUID 引用群组的 API 集成或自动化都可继续正常工作，无需修改。

### 迁移过程是非破坏性的，但具有最终性

管理员可以在最终确认步骤之前的任何时候取消迁移，而不会对账户做出更改。一旦确认迁移，就具有最终性，且无法撤销。

管理员应使用中引用的模拟和冲突报告 [上面的第三步](#the-administrator-runs-a-migration-simulation-that-generates-a-csv-conflict-report) 以验证新的优先级分配在确认前是否会产生预期结果。


---

# 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-jiao-luo/account-and-endpoint-management/new-groups-and-settings-management-experience-explainer/migration.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.
