list
List all account members.
Accepted permissions
Account → Members → MembersToken scope
Account Member View
Authentication
X-Api-Keystring
Personal access token. Create it in your BotBye account under **Profile → Personal Access Tokens**, tick the scopes the endpoints you call require (see each endpoint's **Token scope**), and send the token in the `X-Api-Key` request header. A token works only for the account it was created in.
Path parameters
account_id
Query parameters
cursor
Cursor-based pagination JSON: {“first”: N, “after”: ”…”}
where
Filter JSON: {“fieldPath”: ”…”, “predicate”: “eq”, “value”: ”…”}
order_by
Order JSON: {“fieldPath”: ”…”, “direction”: “ASC”}
limit
Max results per page (default 20, max 100)

