# Get student mentor creation permission status Check whether students are currently allowed to create mentors on a platform Endpoint: GET /api/core/rbac/student-mentor-creation/status/ Version: 4.84.1-ai-plus Security: PlatformApiKeyAuthentication ## Query parameters: - `platform_key` (string, required) The platform key to check ## Response 200 fields (application/json): - `allow_students_to_create_mentors` (boolean, required) Whether students can create mentors on this platform - `platform_key` (string, required) The platform key - `message` (string) Success message (only in set permission response) ## Response 400 fields ## Response 403 fields ## Response 404 fields