get Nex Staff
GET {{baseUrl}}/nex_staff?subdomain={{subdomain}}&page=1&per_page=5&inactive=<boolean>&location_ids[]=<integer>,<integer>
Get a list of NexHealth staff
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
subdomain | string | (Required) Used to scope the request to the specified institution | |
page | number | Page number. Starts with page 1 | |
per_page | number | Number of results to return per page. Defaults is 5 per page and Max 100 per page | |
inactive | string | ||
location_ids[] | string | Locations the staff member has access to |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"code":"\u003cboolean\u003e","description":"\u003cstring\u003e","error":["\u003cstring\u003e","\u003cstring\u003e"],"data":[{"id":"\u003cinteger\u003e","email":"\u003cstring\u003e","first_name":"\u003cstring\u003e","last_name":"\u003cstring\u003e","created_at":"\u003cstring\u003e","updated_at":"\u003cstring\u003e","patientable":"\u003cboolean\u003e","inst_ids":["\u003cinteger\u003e","\u003cinteger\u003e"],"unsubscribe_emails":"\u003cboolean\u003e","inactive":"\u003cboolean\u003e","unsubscribe_sms":"\u003cboolean\u003e","location_ids":["\u003cinteger\u003e","\u003cinteger\u003e"]},{"id":"\u003cinteger\u003e","email":"\u003cstring\u003e","first_name":"\u003cstring\u003e","last_name":"\u003cstring\u003e","created_at":"\u003cstring\u003e","updated_at":"\u003cstring\u003e","patientable":"\u003cboolean\u003e","inst_ids":["\u003cinteger\u003e","\u003cinteger\u003e"],"unsubscribe_emails":"\u003cboolean\u003e","inactive":"\u003cboolean\u003e","unsubscribe_sms":"\u003cboolean\u003e","location_ids":["\u003cinteger\u003e","\u003cinteger\u003e"]}],"count":"\u003cinteger\u003e"}