> For the complete documentation index, see [llms.txt](https://docs.archisketch.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.archisketch.com/guide/enterprise-jp/manage-account/manage-account.md).

# アカウント管理

企業メンバーの役割と権限を簡単に設定し、チーム管理とセキュリティをより効率的にできます！

## アカウント管理とは？

アカウント管理は、企業メンバーの役割を設定し、権限を管理する機能です。

### 主な機能

* **メンバーの役割変更**：企業メンバーの役割を変更できます。
* **メンバーを除外**：特定のメンバーをサービスから退会させることができます。

### アカウント管理タブへのアクセス権限

* **管理者**：すべての役割を変更可能
* **マネージャー**：デザイナーとNo Roleの役割を変更可能
* **デザイナー**, **No Role**：アカウント管理タブへのアクセス権限なし

## アカウント管理方法

変更するアカウントの **\[設定]** アイコンをクリックしてください。

![](/files/ce35e8f697eef84fd2bdb72495374a282c8009e9)

![](/files/53287773f1b20dcbb89576939d3f4e83844e4744)

### 役割変更

* \[設定 → アカウント編集]メニューで役割を変更できます。

### 有効状態の変更

* \[設定 → アカウント無効化]メニューで有効状態を変更できます。

### アカウント削除

* \[設定 → アカウント削除]メニューでアカウントを削除できます。

### カテゴリ変更

* アカウントをフォルダ別に分類して管理できます。
* 分類したい場合は、まずフォルダを作成し、そのフォルダにアカウントを割り当ててください。

## アカウント役割別の権限

| 役割            | 権限                                                |
| ------------- | ------------------------------------------------- |
| 管理者（管理者アカウント） | 企業設定を自由に変更可能 / すべてのプロジェクトの作成・削除権限を保有              |
| マネージャー        | 管理者と同等の権限を保有 / マネージャーアカウントは複数作成可能 / 企業設定の変更不可     |
| デザイナー         | コンテンツの作成および自分のコンテンツの削除が可能 / 他のユーザーが作成したコンテンツは削除不可 |
| No Role       | マイプロジェクト、フォトスタジオ、個人ライブラリにのみアクセス可能                 |

{% hint style="info" %}
一部の企業では、企業ポリシーや設定により権限構成が異なる場合があります。
{% endhint %}

{% hint style="warning" %}
**アカウント利用時の注意事項**

* アカウント数は、アーキスケッチとの契約に明記された範囲内で制限されます。
* 契約されたアカウント数を超えてアカウントを追加または変更することはできず、これを超えてアカウントを使用した場合は追加費用が発生する可能性があります。
  {% endhint %}

### アカウント役割別のアクセス可能タブ

各アカウントごとにダッシュボードで表示されるタブの数が異なります。

![](/files/25dc41bcaa42a36222445e5ce188110ba38fc00a)

## よくある質問

**ユーザーを招待する機能はありませんか？**

アカウント招待機能はサポートされていません。代わりに、ユーザーはログインページから直接 **会員登録**を行ってメンバーとして追加されます。会員登録後は **アカウント管理リスト**で追加されたメンバーを確認できます。


---

# 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://docs.archisketch.com/guide/enterprise-jp/manage-account/manage-account.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.
