GET
/v1/families/{id}/user
curl \
--request GET 'https://classmanager.test/v1/families/fml_xxxxxxxx/user'
Response examples (200)
{
"id": "usr_123123123123",
"firstname": "John",
"lastname": "Doe",
"email": "new Email(john@example.com)",
"emailVerifiedAt": "2023-11-08 14:05:51"
}
Response examples (404)
{
"statusCode": 42.0,
"messages": [
"string"
],
"exception": {}
}