beel_list_member_grants
Retrieve the list of company NIFs and access levels granted to a specific member. For OWNER and ADMIN, returns empty as they implicitly access all companies.
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.
Endpoint: GET /v1/accounts/{account_id}/members/{member_id}/grants
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| 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. |