CompanyMentorResponse
Response model for company mentor (Maître de stage)
idId (string)required
first_nameFirst Name (string)required
last_nameLast Name (string)required
emailstring<email>required
phone object
anyOf
- string
- null
string
position object
anyOf
- string
- null
string
department object
anyOf
- string
- null
string
is_internship_supervisorIs Internship Supervisor (boolean)
Default value:
truecompany_idCompany Id (string)required
CompanyMentorResponse
{
"id": "string",
"first_name": "string",
"last_name": "string",
"email": "user@example.com",
"phone": "string",
"position": "string",
"department": "string",
"is_internship_supervisor": true,
"company_id": "string"
}