---
title: "Get RBAC matrix for an arbitrary (group, individual)"
method: GET
path: "/identity/rbac/individuals/{id}"
tags: ["identity", "rbac"]
---

# Get RBAC matrix for an arbitrary (group, individual)

`GET /identity/rbac/individuals/{id}`

## Path parameters

- `id` string, required

## Query parameters

- `group_id` string

## Response `200`

OK

- RbacMatrix
  - `assets_buy` boolean
  - `assets_sell` boolean
  - `bank_account_add` boolean
  - `bank_account_remove` boolean
  - `bank_accounts_view` boolean
  - `capital_markets_manage` boolean
  - `capital_markets_view` boolean
  - `compliance_manage` boolean
  - `compliance_view` boolean
  - `custody_manage` boolean
  - `custody_provision_addresses` boolean
  - `custody_provision_wallets` boolean
  - `custody_view` boolean
  - `funds_deposit` boolean
  - `funds_withdraw` boolean
  - `gas_tanks_manage` boolean
  - `gas_tanks_view` boolean
  - `investigations_manage` boolean
  - `investigations_view` boolean
  - `ledger_customer_view` boolean
  - `ledger_structure_view` boolean
  - `ledger_treasury_view` boolean
  - `members_assume` boolean
  - `members_invite` boolean
  - `members_manage` boolean
  - `members_view` boolean
  - `messages_manage` boolean
  - `messages_view` boolean
  - `onboarding_tracking_view` boolean
  - `onchain_view` boolean
  - `payouts_manage` boolean
  - `payouts_view` boolean
  - `permissions_manage` boolean
  - `sanctions_manage` boolean
  - `sanctions_view` boolean
  - `transactions_view` boolean
  - `transfers_approve` boolean
  - `wisdomtree_manage` boolean
  - `wisdomtree_view` boolean

## Other responses

- `default` — Error response.

## Changes

- **2026-09-03** `0a6aeb726c1f` — 3 info
  - added the optional property `ledger_customer_view` to the response with the `200` status
  - added the optional property `ledger_structure_view` to the response with the `200` status
  - added the optional property `ledger_treasury_view` to the response with the `200` status
- **2026-09-01** `f2d9f80610d9` — 1 info
  - added the optional property `error/api_client_id` to the response with the `default` status
- **2026-08-19** `f0991172edbc` — 1 info
  - added the optional property `custody_provision_wallets` to the response with the `200` status
- **2026-08-14** `3f7ee6e08a43` — 3 info
  - added the optional property `custody_provision_addresses` to the response with the `200` status
  - added the optional property `members_assume` to the response with the `200` status
  - added the optional property `transfers_approve` to the response with the `200` status
- **2026-08-06** `fe2041c5ba86` — 2 warning
  - changed the pattern of the `path` request parameter `id` from `^ind_[0-9a-hjkmnp-tv-z]{26}$` to `^ind_[0-7][0-9a-hjkmnp-tv-z]{25}$`
  - changed the pattern of the `query` request parameter `group_id` from `^grp_[0-9a-hjkmnp-tv-z]{26}$` to `^grp_[0-7][0-9a-hjkmnp-tv-z]{25}$`

[Change history](https://skmtc.dev/stablesea/apis/stable-sea-backend/changes/identity/rbac/individuals/:id/get.md)

---

[API](https://skmtc.dev/stablesea/apis/stable-sea-backend.md) · [All operations](https://skmtc.dev/stablesea/apis/stable-sea-backend/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/stablesea/stable-sea-backend/revisions/0a6aeb726c1f/schema)
