List people
documentedReturn a list of people in the People Directory.
GET /api/v1/people/all/Peopleno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://{{$group}}.papyrs.com/api/v1/people/all/?auth_token={{PAPYRS_API_KEY}}" \
-X GET \
-H "Content-Type: application/json" \
-H "Accept: application/json"