> 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).

# 考慮事項

SAML と SCIM のマッピング、API サポート、詳細な設定選択に関する重要な考慮事項を確認してください。

### 新しいグループと設定の管理体験に関して覚えておくべきこと

#### <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 &#x20;
* オーディオ会議
* 全般
* ミーティング
* 録音と文字起こし
* ウェビナー


---

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