list

View as Markdown

List all account members.

Accepted permissions Account → Members → Members

Token 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_idstringRequired

Query parameters

cursorstringOptional

Cursor-based pagination JSON: {“first”: N, “after”: ”…”}

wherestringOptional

Filter JSON: {“fieldPath”: ”…”, “predicate”: “eq”, “value”: ”…”}

order_bystringOptional

Order JSON: {“fieldPath”: ”…”, “direction”: “ASC”}

limitstringOptional

Max results per page (default 20, max 100)