> 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-tw/guan-li-yuan-zhuan-qu/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 更新會在身分識別提供者變更後的一小時內生效，而 SAML 則需要使用者再次登入。從時機來看，如果兩者都在處理同一項變更，SCIM 很可能會優先。

#### <mark style="color:藍色;">群組 API 仍完全相容</mark>

現有的 Groups API 與新的體驗在舊版作業上仍完全相容，包括使用者指派、群組建立和群組清單。新體驗中推出的功能，包括群組複製、優先順序管理，以及細緻的設定配置，目前僅可透過 Admin Console 網頁介面使用。

#### <mark style="color:藍色;">多個主要設定區域都可進行逐項設定選擇</mark>

目前可在下列主要設定區域中，為產品類別進行個別設定選擇：

* AI 助理
* 音訊會議
* 一般
* 會議
* 錄製與逐字稿
* 網路研討會


---

# 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-tw/guan-li-yuan-zhuan-qu/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.
