# Sort All People **POST /People/Read/Sorted** This process returns a sorted list of all people for the customer number specified. *Secret Hmac Required. Cache Time 1 Hour. Reset if person added or edited. [Multiple pages possible](#topic-multiple-pages).* ## Servers - https://Api.StrandVision.com/v1.0: https://Api.StrandVision.com/v1.0 () ## Authentication methods - Authorization key & Authorization date & Authorization hmac ## Parameters ### Body: (object) - **DisplayGroup** (number) The display group to retrieve or 0 for all that you have access to. See [/Account/Read/Group endpoint](#operation-post-account-read-group) - **SortBy** (string) The field to sort by (allowed: emp_id, lastname, firstname, dispgroup, dept, title, birthday, hiredate). emp_id is the default. - **Descending** (number) If the sort should be in descending order ## Responses ### 200 People list successfully returned #### Body: (object) - **Total** (number) The total number of people selected - **Page** (string) the current page of total pages text string - **Sort** (string) The sort fields used for these results - **People** (object) [Powered by Bump.sh](https://bump.sh)