---
title: "Get a member's RBAC policy matrix"
method: GET
path: "/identity/members/{individual_id}/rbac"
tags: ["identity", "members", "business"]
---

# Get a member's RBAC policy matrix

`GET /identity/members/{individual_id}/rbac`

## Path parameters

- `individual_id` string, required

## Response `200`

OK

- MembersGetMemberRBACPoliciesOutput
  - `assets_buy` boolean
  - `assets_sell` boolean
  - `bank_account_add` boolean
  - `bank_account_remove` boolean
  - `funds_deposit` boolean
  - `funds_withdraw` boolean
  - `members_invite` boolean
  - `permissions_manage` boolean
  - `transfers_approve` boolean

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `default` — Error response.

---

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