Users
Users
📄️ List organization users
Paginated list of the API key's organization users. Filters: name, email, is_active, and a generic `search`. Authenticated by API key.
📄️ Show an organization user
Returns a single user of the API key's organization. The returned fields are identical to the list endpoint. Users outside the API key's organization return 404 (never 403), so ids cannot be probed for existence. Requires `api_user|user_view`.