# Get accessible mentors by email Returns a list of mentor unique IDs that a user can access via email in the specified organization. Endpoint: POST /api/ai-mentor/orgs/{org}/mentors/by-email/ Version: 4.84.1-ai-plus ## Path parameters: - `org` (string, required) ## Request fields (application/json): - `email` (string, required) The user email to check mentor access for - `all_mentors` (boolean) If true, return all mentors in the platform. If false (default), return only mentors owned by the user's email. ## Response 200 fields (application/json): - `mentors` (array, required) List of mentor unique IDs - `user_id` (integer, required) The user ID that mentors belong to