Aller au contenu principal

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
position object
anyOf
string
department object
anyOf
string
is_internship_supervisorIs Internship Supervisor (boolean)
Default value: true
company_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"
}