# List Role Assignments

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

List account-scope role assignments.

## Parameters

| Name | In | Type | Required | Description |
| --- | --- | --- | --- | --- |
| account_id | path | string | yes |  |
| subject_type | query | SubjectType | null | no |  |
| subject_id | query | string | null | no |  |
| role_key | query | RoleKey | null | no |  |
| include_revoked | query | boolean | no |  |

## Responses

### 200



### 422

Validation Error
