get https://api.personio.de/v2/persons
- This endpoint returns a list of persons.
- The endpoint supports pagination and filtering based on various parameters such as id, first_name, last_name, created_at, and updated_at.
- Filters are combined using the logical "AND" operator, which requires that all conditions be true for the output to be included.
- The endpoint requires the personio:persons:read scope.