> 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/ja/kn/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 がユーザーを異なるグループに割り当てる場合、2 つの仕組みは競合します。SCIM の更新は ID プロバイダーでの変更から 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/ja/kn/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.
