# ai_mentor_orgs_users_custom_instruction_retrieve Retrieve custom instructions for a specific user. Args: request: The HTTP request. org: The organization/tenant identifier. user_id: The ID of the user to retrieve custom instructions for. Returns: Response: The custom instructions for the user. Raises: NotFound: If no custom instructions exist for the user. Endpoint: GET /api/ai-mentor/orgs/{org}/users/{user_id}/custom-instruction/ Version: 3.59.0-ai-plus Security: PlatformApiKeyAuthentication ## Path parameters: - `org` (string, required) - `user_id` (string, required) ## Response 200 fields (application/json): - `id` (integer, required) - `about_user` (string,null) - `mentor_tone` (string,null) - `profession` (string) Position or work. eg: Engineer, student etc. - `desired_mentor_traits` (string) Comma separated list of expected traits for mentor.