May, 2026

Welcome to our May changelog!

Have questions about anything in the changelog? Please feel free to reach out to [email protected]

API Improvements

  • Employees API
    • Get employees of a company
      • Updated query filter: sort_by (string) — now supports explicit sort direction. Append :asc or :desc to the sort field (e.g., name:desc) and chain multiple fields with commas (e.g., name:asc,created_at:desc). Defaults to ascending when no direction is specified.

Documentation

  • Numerous minor documentation updates, additions and improvements