GET /locations/:location_id/employees
This endpoint retrieves employees for a specific location. Possible values: For role: ‘doctor’, ‘hygenist’, ‘specialist’Parameters
- location_id (required): The ID of the location for which patients are to be retrieved.
- after: A parameter to specify the cursor for pagination.
- items: A parameter to specify the number of items to be returned.
- if want to get a list of providers in query params
Response
- Content-Type: application/json

