Table of Contents |
---|
...
Page Properties | |||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
...
Verify the validity of access token
Check user scopes in order to perform this action
Search employees by filters in ws url:
required filters
legal_entity_id (MSP id),
optional filters:
status (employees status APPROVED, DISMISSED, REORGANIZED). By default used APPROVED
employee_type (employees type DOCTOR, HR, ACCOUNTANT, PHARMACIST, etc). By default returned all types of employees.
limit (limit response size - quantity of employee objects). By default returned 50 objects.
starting_after (cursor to fetch next page)
ending_before (cursor to fetch previous pageno_tax_id (filer employees with or w/o tax_id).
tax_id (filter employees by tax_id)
party_id (filter employees by party)
edrpou (filter employees by legal_entity edrpou)
division_id (filter employees by division)
page (Page number)
page_size (A limit on the number of objects to be returned, between 1 and 300. Default: 50)
If according to filters employees are not found, WS returns empty data array.
...