# core_platform_users_retrieve Retrieve users associated with platform Params: platform_key platform_org query sort is_admin: Return tenant admin users Endpoint: GET /api/core/platform/users/ Version: 3.59.0-ai-plus Security: PlatformApiKeyAuthentication ## Query parameters: - `page` (integer) - `page_size` (integer) - `platform_key` (string) - `platform_org` (string) - `query` (string) - `sort` (string) ## Response 200 fields (application/json): - `count` (integer, required) - `next_page` (integer, required) - `previous_page` (integer, required) - `results` (array, required)