> For the complete documentation index, see [llms.txt](https://documentation.pushly.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.pushly.com/pushly-ja/platform/organizations/akusesu.md).

# 組織アクセス

組織にアクセスできるユーザーと、そのユーザーが実行できる操作を管理します

組織アクセスは、ユーザーが組織で実行できる操作を制御します **組織** レベル（設定、メンバー、組織全体の通知とセグメント）でのアクセスを制御します。個々のドメインへのアクセスとは別のものです。

{% hint style="warning" %}
**組織アクセスでは、ドメインレベルの権限は一切付与されません。** ドメインロールを持たない組織管理者は、組織を管理しますが、ドメイン一覧には何も表示されません。両方が必要なユーザーには、同じ画面で両方が付与されます。
{% endhint %}

組織 **組織管理者** は、組織内の他のユーザーに対する組織アクセスを付与・変更できます。この機能がプラットフォームで利用可能になる前は、アカウントマネージャーを通じて手配されていました。

## 組織アクセスレベル

| レベル     | 組織レベルで許可される操作                             |
| ------- | ----------------------------------------- |
| 管理者     | 組織設定の変更、他のメンバーの組織アクセスの管理、組織全体の通知とセグメントの管理 |
| ユーザー    | 組織とそのメンバーの閲覧、および組織全体の通知とセグメントの管理          |
| 閲覧のみ    | 組織、そのメンバー、組織全体の通知とセグメントの閲覧                |
| アクセス権なし | 組織レベルのアクセス権はありません。ドメインアクセスには影響しません        |

{% hint style="info" %}
組織 **ユーザー** ユーザーは閲覧のみのロールではありません。組織全体の通知を作成・送信し、組織全体のセグメントを管理できます。組織設定や他のユーザーのアクセスを変更できないだけです。
{% endhint %}

## 設定場所

組織コンテキストに切り替えます。詳細は [組織](https://documentation.pushly.com/platform/organizations) を参照してから、 **設定** と **ユーザー** タブを開きます。任意のメンバーを開くと、そのアクセス権を確認できます。

メンバーのアクセスパネルには、次の2つのセクションが表示されます： **組織** 上部の **ドメイン**。どちらもパネル内では読み取り専用です。変更するには **編集** を使用します。

<figure><img src="https://1832353165-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-Lry9Z27iWOZyQEGAgY7%2Fuploads%2FkOgG3QDs1PsXjRamcEBq%2FScreenshot%202026-09-04%20at%2011.30.48%E2%80%AFAM.png?alt=media&amp;token=0b9d4983-88cf-4529-bced-0f8dd00a3d8e" alt=""><figcaption></figcaption></figure>

横にある情報アイコンをクリックすると、 **組織** 画面を離れずに、各レベルで付与される権限を確認できます。

## ユーザーの組織アクセスを変更する

1. 組織ユーザーリストからメンバーを開きます。
2. クリックします **編集**.
3. 以下でレベルを設定し、 **組織**、必要なドメインレベルを以下で設定します **ドメイン**.
4. クリックします **送信**.

## 組織アクセスのみを持つユーザーを追加する

組織アクセスを持ち、ドメインアクセスをまったく持たないユーザーも設定できます。これは、単一のプロパティを所有せず、組織全体の通知やレポートを扱うユーザーに便利です。 **ユーザーを追加** を組織ユーザーリストから選択し、すべてのドメインを次のままにします **アクセス権なし**.

## 関連項目

* [ユーザー管理](/pushly-ja/platform/user-management.md) — 個々のドメインへのアクセス
* [組織](https://documentation.pushly.com/platform/organizations) — 組織コンテキストへの切り替えと、そこで利用できる機能
* [APIアクセス](/pushly-ja/platform/organizations/apiakusesu.md) — 組織APIトークン。組織管理者が必要です


---

# 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://documentation.pushly.com/pushly-ja/platform/organizations/akusesu.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.
