> 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/considerations.md).

# 注意事项

### 关于新的群组和设置管理体验需要注意的事项

#### <mark style="color:蓝色;">SAML 映射具有权威性，并会在每次登录时将用户从未匹配的群组中移除</mark>

配置 SAML 映射后——无论是否启用多重映射——它都会成为群组成员资格的权威来源。在每次登录时，SAML 断言会决定群组分配，用户会从断言未匹配到的任何群组中移除。同一用户不能同时混用手动分配和基于 SAML 的群组分配。如果组织使用 SAML 映射进行群组管理，则应将其应用于所有 SAML 映射用户的群组分配。

#### <mark style="color:蓝色;">配置 SCIM 和 SAML 多重映射时，不应包含冲突的群组信息</mark>

虽然 SCIM 群组推送和 SAML 多重映射可以在同一账户上共存，但不应配置冲突的群组分配。如果 SCIM 和 SAML 将用户分配到不同的群组，这两种机制就会发生冲突。SCIM 更新会在身份提供方更改后的 1 小时内发生，而 SAML 则要求用户再次登录。从时间上看，如果两者都在处理同一更改，SCIM 很可能会优先。

#### <mark style="color:蓝色;">群组 API 仍完全兼容</mark>

现有的群组 API 与新体验在旧有操作上仍完全兼容，包括用户分配、群组创建和群组列表。新体验引入的功能，包括群组克隆、优先级管理和细粒度设置配置，目前仅可通过管理控制台 Web UI 使用。

#### <mark style="color:蓝色;">多个主要设置区域现已在线提供细粒度的按单项设置选择</mark>

当前可用于以下主要设置区域的产品类别内独立设置选择：

* AI Companion
* 音频会议
* 通用
* 会议
* 录制与转写文字
* 网络研讨会


---

# 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/considerations.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.
