# ai_mentor_orgs_users_mentors_star_create Endpoint for starring a mentor. Accessible to students and admins. Returns: 200: Star status. 400: When request is not valid. Endpoint: POST /api/ai-mentor/orgs/{org}/users/{user_id}/mentors/{mentor}/star/ Version: 3.59.0-ai-plus Security: PlatformApiKeyAuthentication ## Path parameters: - `mentor` (string, required) - `org` (string, required) - `user_id` (string, required) ## Response 200 fields (application/json): - `is_starred` (boolean) - `updated_at` (string, required) - `mentor` (string, required) - `student` (string, required) - `recently_accessed_at` (string,null, required)