# ai_mentor_orgs_users_mentor_seed_retrieve Seed initial mentors in a tenant. Args: request: The HTTP request. org: The organization/tenant identifier. user_id: The ID of the user initiating the seeding. Returns: Response: A success message with details about the seeded mentors. Raises: BadRequest: If the seeding process fails. Endpoint: GET /api/ai-mentor/orgs/{org}/users/{user_id}/mentor/seed/ Version: 3.59.0-ai-plus Security: PlatformApiKeyAuthentication ## Path parameters: - `org` (string, required) - `user_id` (string, required) ## Response 200 fields (application/json): - `detail` (string, required)