# List existing RBAC groups List all existing RBAC groups for the specified platform. Only returns groups that have been pre-created in the RBAC system. Endpoint: GET /api/orgs/{platform_key}/scim/v2/Groups Version: 4.84.1-ai-plus Security: PlatformApiKeyAuthentication ## Query parameters: - `format` (string) Enum: "json", "scim+json" ## Path parameters: - `platform_key` (string, required) ## Response 200 fields (application/scim+json): - `schemas` (array, required) SCIM schema identifiers - `totalResults` (integer, required) Total number of results - `Resources` (array, required) List of group resources - `startIndex` (integer) Starting index - `itemsPerPage` (integer) Items per page