> ## 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.

# قوالب الوصول

> مرجع مُنشأ لنقاط نهاية قوالب الوصول.

# قوالب الوصول

مرجع مُنشأ لنقاط نهاية قوالب الوصول.

تجمع هذه الصفحة المُنشأة كل عمليات API العامة في فئة قوالب الوصول.

## نقاط النهاية

* [GET /v1/public/accounts/\{account\_id}/auth/role-assignments](/ar/api/v1/public/accounts/account_id/auth/role-assignments/get) - سرد تعيينات الأدوار
* [POST /v1/public/accounts/\{account\_id}/auth/role-assignments](/ar/api/v1/public/accounts/account_id/auth/role-assignments/post) - تعيين دور
* [DELETE /v1/public/accounts/\{account\_id}/auth/role-assignments/\{assignment\_id}](/ar/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](/ar/api/v1/public/accounts/account_id/auth/role-assignments/get)

<Note>
  مرجع OpenAPI: `/openapi.ar.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](/ar/api/v1/public/accounts/account_id/auth/role-assignments/post)

<Note>
  مرجع OpenAPI: `/openapi.ar.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}](/ar/api/v1/public/accounts/account_id/auth/role-assignments/assignment_id/delete)

<Note>
  مرجع OpenAPI: `/openapi.ar.json DELETE /v1/public/accounts/{account_id}/auth/role-assignments/{assignment_id}`
</Note>

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