# Retrieve RBAC group Retrieve details of a specific RBAC group including assigned users. Endpoint: GET /api/core/rbac/groups/{id}/ Version: 3.59.0-ai-plus Security: PlatformApiKeyAuthentication ## Path parameters: - `id` (integer, required) A unique integer value identifying this RBAC Group. ## Response 200 fields (application/json): - `id` (integer, required) - `unique_id` (string, required) The unique identifier for the group - `platform` (object, required) Serializer for platforms. - `platform.key` (string, required) The platform key - `platform.name` (string,null) The name of the platform - `name` (string) Optional name of the group - `description` (string) Optional group description - `users` (array, required) - `users.id` (integer, required) edX user ID - `users.username` (string,null) edX username