beel_list_member_grants
Fetch the companies (NIFs) a member can access, along with each access level. Use to audit member grants within an account.
Instructions
Lists the companies (NIFs) granted to a MEMBER and the access_level of each. Empty for
OWNER and ADMIN, who reach every company of the account implicitly and hold no grants.
Paginated with the usual page/limit, and the usual defaults: without them you get
the first 20 grants, not all of them. Read data.pagination to walk the rest.
Endpoint: GET /v1/accounts/{account_id}/members/{member_id}/grants
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number, starting at 1. The response echoes it back as `pagination.current_page`. | |
| limit | No | How many items to return per page. The response echoes it back as `pagination.items_per_page`. | |
| member_id | Yes | Membership unique UUID. | |
| account_id | Yes | Your own account, or an account you provisioned. It — not the credential — decides which account the operation acts on; a `403` is returned when you do not reach it, the same response an account that does not exist gets. |