list
List all account members.
Authentication
X-Api-Keystring
Project API token. Generate it in your BotBye account and send it in the X-Api-Key request header.
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)

