GET
/v1/families/{id}/invite
curl \
--request GET 'https://api-dev.classmanager.io/v1/families/fml_xxxxxxxx/invite'
Response examples (200)
{
"id": "lnk_123123123123",
"type": "staff_invitation",
"companyId": "co_123123123123",
"entityId": "stf_123123123",
"email": "user@example.com",
"firstname": "John",
"lastname": "Doe",
"expiresAt": "2025-05-04T09:42:00Z"
}
Response examples (404)
{
"statusCode": 42.0,
"messages": [
"string"
],
"exception": {}
}