> ## Documentation Index
> Fetch the complete documentation index at: https://docs.hybridbox.io/llms.txt
> Use this file to discover all available pages before exploring further.

# アクセステンプレート

> アクセステンプレート エンドポイントの生成済みリファレンスです。

# アクセステンプレート

アクセステンプレート エンドポイントの生成済みリファレンスです。

この生成済みページは、アクセステンプレート カテゴリのすべての Public API 操作をまとめています。

## エンドポイント

* [GET /v1/public/accounts/\{account\_id}/auth/role-assignments](/ja/api/v1/public/accounts/account_id/auth/role-assignments/get) - ロール割り当てを一覧表示
* [POST /v1/public/accounts/\{account\_id}/auth/role-assignments](/ja/api/v1/public/accounts/account_id/auth/role-assignments/post) - ロールを割り当て
* [DELETE /v1/public/accounts/\{account\_id}/auth/role-assignments/\{assignment\_id}](/ja/api/v1/public/accounts/account_id/auth/role-assignments/assignment_id/delete) - ロール割り当てを取り消し

## ロール割り当てを一覧表示

**GET** `/v1/public/accounts/{account_id}/auth/role-assignments`

パブリックアカウントの役割割り当てをリストする

アカウントスコープのロール割り当てを一覧表示します。

完全なリファレンス: [GET /v1/public/accounts/\{account\_id}/auth/role-assignments](/ja/api/v1/public/accounts/account_id/auth/role-assignments/get)

<Note>
  OpenAPI リファレンス: `/openapi.ja.json GET /v1/public/accounts/{account_id}/auth/role-assignments`
</Note>

## ロールを割り当て

**POST** `/v1/public/accounts/{account_id}/auth/role-assignments`

パブリックアカウントのロール割り当ての作成

アカウントを対象とした役割の割り当てを作成します。

完全なリファレンス: [POST /v1/public/accounts/\{account\_id}/auth/role-assignments](/ja/api/v1/public/accounts/account_id/auth/role-assignments/post)

<Note>
  OpenAPI リファレンス: `/openapi.ja.json POST /v1/public/accounts/{account_id}/auth/role-assignments`
</Note>

## ロール割り当てを取り消し

**DELETE** `/v1/public/accounts/{account_id}/auth/role-assignments/{assignment_id}`

パブリックアカウントの役割の割り当てを取り消す

アカウントを対象としたロールの割り当てを取り消します。

完全なリファレンス: [DELETE /v1/public/accounts/\{account\_id}/auth/role-assignments/\{assignment\_id}](/ja/api/v1/public/accounts/account_id/auth/role-assignments/assignment_id/delete)

<Note>
  OpenAPI リファレンス: `/openapi.ja.json DELETE /v1/public/accounts/{account_id}/auth/role-assignments/{assignment_id}`
</Note>

<script src="/locale-bridge.js" />
