CompanyMentorRegister
emailstring<email>required
passwordPassword (string)required
Password must be at least 8 characters
Possible values: >= 8 characters
first_nameFirst Name (string)required
Possible values: >= 2 characters and <= 50 characters
last_nameLast Name (string)required
Possible values: >= 2 characters and <= 50 characters
phone object
anyOf
- string
- null
string
Possible values: Value must match regular expression ^\+?[1-9]\d{1,14}$
user_typeUserType (string)required
Possible values: [STUDENT, UNIVERSITY_ADMIN, ACADEMIC_SUPERVISOR, COMPANY, COMPANY_MENTOR, PLATFORM_ADMIN]
company_idstring<uuid>required
positionPosition (string)required
Possible values: <= 100 characters
departmentDepartment (string)required
Possible values: <= 100 characters
specializations object
anyOf
- undefined[]
- null
Array [
]
CompanyMentorRegister
{
"email": "user@example.com",
"password": "string",
"first_name": "string",
"last_name": "string",
"phone": "string",
"user_type": "STUDENT",
"company_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"position": "string",
"department": "string",
"specializations": [
null
]
}