# メンバーの種類

メンバーはownerまたはmemberになることができます。

## owner

ownerは、あなたのOrganizationの管理者権限を持っています。**ownerは以下のことができます：**

* `Organization Members`タブへのアクセス
  * メンバーの招待
  * メンバーの種類を変更
  * メンバーの削除
* 新規プロジェクトの作成
* Organization内にあるすべてのプロジェクトへのアクセス

{% hint style="info" %}
ownerは、Organization内にあるすべてのプロジェクトにアクセスできます。

ただし、プロジェクトの内容にアクセスするには、ownerをプロジェクトメンバーに追加する必要があります。
{% endhint %}

プロジェクトメンバーの詳細については、こちらを参照してください。

{% content-ref url="/pages/-MF-1kuOnAWFwxCbpylY" %}
[プロジェクトにメンバーを追加する](/jpn/mastering-annostation/projectsetup/project-members.md)
{% endcontent-ref %}

## member

memberはプロジェクトに参加できますが、ownerとは異なり、Organizationの管理者権限はありません。**memberは以下のことができます：**

* プロジェクトメンバーの一員であるプロジェクトへのアクセス

**memberは以下のことはできません：**

* `Organization Members`タブへのアクセス
  * メンバーの招待
  * メンバーの種類を変更
  * メンバーの削除
* 新規プロジェクトの作成
* Organization内にあるすべてのプロジェクトへのアクセス


---

# Agent Instructions: 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:

```
GET https://docs.annostation.orni.co.jp/jpn/mastering-annostation/organization/member-types.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
