GET
/v1/staff/
curl \
--request GET 'https://api-dev.classmanager.io/v1/staff/'
Response examples (200)
{
"data": [
{
"id": "stf_123123123123",
"companyId": "co_123123123123",
"firstname": "John",
"lastname": "Doe",
"email": "john@example.com",
"phone": "(123) 456 7890",
"permissionSet": "family",
"jobTitle": "Teacher",
"invitationStatus": "not_invited",
"archivedAt": "2023-12-05 14:30:41",
"deletedAt": "2023-12-05 14:30:41",
"joinedAt": "2023-12-05",
"createdAt": "2023-12-05 14:30:41",
"profilePicture": "https://"
}
],
"pagination": {
"total": 15,
"count": 10,
"perPage": 10,
"currentPage": 1,
"totalPages": 2
}
}
Response examples (403)
{
"statusCode": 42.0,
"messages": [
"string"
],
"exception": {}
}