candidate
| Name | Type | Description |
|---|---|---|
| id | integer | Plain candidate identifier |
| firstname | string | First name /[a-zA-Z]/ |
| lastname | string | Last name /[a-zA-Z]/ |
| string | User email | |
| status | integer | Candidate status identifier |
| external_id | string | External reference |
| created_at | timestamp | Creation date |
| updated_at | timestamp | Update date |
| comments | ||
| urls | Social media links {facebook: string, linkedin: string, twitter: string, other: string} avoid providing empty strings | |
| phone | string | Phone number |
| consent | boolean | Did the candidate consent to the use of their data |
| cv | ||
| additionals |