squareconnect.models.list_employees_request
Retrieve a paged-list of employees for a Square account
| Name | Type | Description | Notes |
|---|---|---|---|
| location_id | str | Filter employees returned to only those that are associated with the specified location. | [optional] |
| status | str | Specifies the EmployeeStatus to filter the employee by. See EmployeeStatus for possible values | [optional] |
| limit | int | The number of employees to be returned on each page. | [optional] |
| cursor | str | The token required to retrieve the specified page of results. | [optional] |