Accounts
Accounts
📄️ List organization accounts
Paginated list of the API key's organization accounts (members), including the organization owner. Filters: name, surname, email, and a generic `search`. Authenticated by API key.
📄️ Show an organization account
Returns a single account (member) of the API key's organization, including the organization owner. The returned fields are identical to the list endpoint. Accounts outside the API key's organization return 404 (never 403), so ids cannot be probed for existence. Requires `api_user|account_view`.