List workspace members
documentedList workspace members.
GET /v2/workspace_membersWorkspace membersno 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://api.attio.com/v2/workspace_members?limit={{$limit}}&page={{$page}}" \
-X GET \
-H "Authorization: Bearer {{ATTIO_API_KEY}}" \
-H "Accept: application/json"