Path parameters

  • id string Required

    Staff ID

Responses

  • 200 application/json

    Successful response

    One of:
GET /v1/staff/{id}
curl \
 --request GET 'https://classmanager.test/v1/staff/stf_123123123123'
Response examples (200)
{
  "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://"
}
{
  "id": "stf_123123123123",
  "firstname": "John",
  "lastname": "Doe"
}