Returns staff/providers for the location. Shape varies by connector type (NexHealth vs Native).
cURL
curl --request GET \ --url https://api.selcor.ai/v1/workspaces/{workspaceId}/locations/{locationId}/staff \ --header 'Authorization: Bearer <token>'
{ "data": [ { "id": "<string>", "name": "<string>", "first_name": "<string>", "last_name": "<string>", "email": "<string>", "title": "<string>", "npi": "<string>", "specialty": "<string>", "is_active": true } ], "request_id": "<string>" }
API key in format: sk_live_...
Staff list
Show child attributes
Was this page helpful?