> For the complete documentation index, see [llms.txt](https://help.verkada.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.verkada.com/access-control/ja/toarto/verkada-integration-with-atrium.md).

# Verkada と Atrium の統合

Verkada Command と Atrium の統合により、ユーザー、資格情報、およびアクセスグループを Atrium から Command へシームレスに同期できます。これにより、SCIM を使用してユーザーを同期するのと同様に、ユーザー管理を一元化できます。Atrium で行った変更は Command に自動的に反映されます。

{% hint style="info" %}
ソリューション エンジニアにお問い合わせいただくか、 <atrium_support@verkada.com> 統合を設定してください。
{% endhint %}

***

### 主な機能

* **ユーザーの自動同期:** Atrium で作成または更新されたユーザーは、自動的に Command に同期されます。
* **資格情報の同期:** Atrium のユーザー資格情報は、Command で自動的に更新されます。
* **アクセスグループの同期:** アクセスグループは正確な割り当てを維持するために Atrium から同期され、正確なドアのアクセスコントロールのためにアクセスレベルとともに構成できます。
* **定期的な更新:** Command は最新の同期を維持するため、15 分ごとに Atrium の変更を確認します。

{% hint style="danger" %}
Command で行われた変更 **は** Atrium には同期されません。
{% endhint %}

***

### 同期済みのユーザーとグループを管理する

* **Atrium から同期されたユーザー:**
  * Command と Atrium の両方で管理できますが、主な詳細（名前、資格情報など）は Atrium で更新する必要があります。
  * 追加の資格情報とアクセスグループは Command で割り当てることができますが、これらは Atrium には反映されません。
* **Atrium から同期されたアクセスグループ:**
  * Command では編集できません。
  * ユーザーを Command でグループに追加または削除することはできません。
  * これらのグループに対するすべての変更は Atrium ポータルで行う必要があります。

***

### ベストプラクティス

* **Atrium でユーザーを管理する:** 正確な同期を確保するため、ユーザーの更新は常に Atrium で行ってください。
* **追加のアクセス要件には Command を使用する:** 必要に応じて、Command 内でユーザーに追加の資格情報またはアクセスグループを割り当ててください。


---

# 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://help.verkada.com/access-control/ja/toarto/verkada-integration-with-atrium.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.
