Discussions

Ask a Question
Back to all

Sorting support in /v1/company/employees API

We are currently using the /v1/company/employees endpoint to retrieve the list of employees, making multiple API calls to handle pagination.

However, we have a requirement to fetch the data ordered by the last_modified_at field. From the documentation, we couldn’t find any parameter that supports sorting.

Is there a way to retrieve the employee list in a sorted order (specifically by last_modified_at)?