beel_list_members
Get a paginated list of account members with their account roles and company NIFs for members. Use page and limit to control result size.
Instructions
Lists the people with access to the account, each with their account_role and, for
MEMBERs, the companies (NIFs) granted to them.
Paginated with the usual page/limit, and the usual defaults: without them you get
the first 20 members, not all of them. Read data.pagination to walk the rest.
Endpoint: GET /v1/accounts/{account_id}/members
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`. | |
| 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. |