POST /api/v1/users/{user-id}/educationCreate an education record for a user.
| Permission | Description |
|---|---|
education.create | Create education for yourself |
education.create_any | Create education for any user |
| Name | Type | Required | Description |
|---|---|---|---|
school | string | Yes | Name of the school (max 255) |
field | string | Yes | Field of education (max 255) |
description | string | No | Optional description (max 2000) |
start_date | string | Yes | Start date (date format) |
end_date | string | No | End date (nullable, date format) |
<education resource>