A Nex Staff represents a user account in the NexHealth web app. Nex Staff are only relevant when sending messages using our conversations endpoint, as you can select which staff member sends the message.
Nex Staff Response
{
"code": false,
"description": [
[
"Description"
]
],
"error": [
[
"Error"
]
],
"data": [
{
"id": 1,
"email": "[email protected]",
"first_name": "John",
"last_name": "Smith",
"created_at": "2020-06-05T20:16:57.007Z",
"updated_at": "2020-06-05T20:20:57.007Z",
"patientable": false,
"inst_ids": [
[
1,
2,
3
]
],
"unsubscribe_emails": true,
"inactive": true,
"unsubscribe_sms": true,
"location_ids": [
[
1,
2,
3
]
]
}
],
"count": 2
}