# Retrieve Mentor Settings Fetch the settings of a mentor within an organization. Only accessible to tenant admins. Endpoint: GET /api/ai-mentor/orgs/{org}/users/{user_id}/mentors/{mentor}/settings/ Version: 3.59.0-ai-plus Security: PlatformApiKeyAuthentication ## Query parameters: - `department_id` (integer) Department to authorize users by ## Path parameters: - `mentor` (string, required) - `org` (string, required) - `user_id` (string, required) ## Response 200 fields (application/json): - `id` (integer, required) - `display_name` (string,null) - `profile_image` (string,null) - `initial_message` (string,null) - `suggested_message` (string,null) - `theme` (string) * - Dark * - Light Enum: "dark", "light" - `user_message_color` (string) - `mentor_bubble_color` (string) - `align_mentor_bubble` (string) * - Left * - Right Enum: "left", "right" - `mentor` (string, required) - `mentor_slug` (string, required) - `mentor_unique_id` (string, required) - `metadata` (any, required) - `mentor_visibility` (any,null) - `enable_image_generation` (boolean,null) - `enable_web_browsing` (boolean,null) - `enable_code_interpreter` (boolean,null) - `custom_css` (string,null) - `allow_anonymous` (boolean, required) - `mentor_description` (string, required) - `suggested_prompts` (any, required) - `proactive_response` (string, required) - `greeting_method` (string, required) - `mentor_tools` (any, required) - `can_use_tools` (boolean, required) - `llm_name` (string, required) - `proactive_prompt` (string, required) - `enable_memory_component` (boolean, required) - `enable_email_chat` (boolean, required) - `enable_spaced_repetition` (boolean, required) - `enable_instruction_mode` (boolean, required) - `enable_socratic_mode` (boolean, required) - `is_guided_mentor` (boolean, required) - `enable_guided_prompts` (boolean, required) - `enable_moderation` (boolean, required) - `enable_post_processing_system` (boolean, required) - `enable_safety_system` (boolean, required) - `forkable` (boolean, required) - `forkable_with_training_data` (boolean, required)