# Retrieve RBAC policy Retrieve details of a specific RBAC policy, including role, platform, resources, users, and groups. Endpoint: GET /api/core/rbac/policies/{id}/ Version: 3.59.0-ai-plus Security: PlatformApiKeyAuthentication ## Path parameters: - `id` (integer, required) A unique integer value identifying this RBAC Policy. ## Response 200 fields (application/json): - `id` (integer, required) - `role` (object, required) Role information (read-only) - `role.name` (string, required) - `role.actions` (array, required) List of actions/permissions this role can perform (e.g., ['Ibl.Mentor/Settings/read', 'Ibl.Mentor/Settings/write']) - `platform` (object, required) Platform information (read-only) - `platform.key` (string, required) The platform key - `platform.name` (string,null) The name of the platform - `resources` (array, required) List of resource paths this policy grants access to (e.g., ['/platforms/1/mentors', '/platforms/1/mentors/settings']) - `users` (array, required) - `users.id` (integer, required) edX user ID - `users.username` (string,null) edX username - `groups` (array, required) - `groups.name` (string) Optional name of the group - `groups.unique_id` (string, required) The unique identifier for the group - `groups.description` (string) Optional group description