GET /api/v1/users/{user-id}/education
Retrieve a list of education records for a user.
Permission | Description |
---|---|
education.view | View your own education records |
education.view_any | View education records for any user |
{
"data": [<education resource>, ...]
}