List organization memberships
documentedReturn members in the authenticated user’s organization or the organization you specify via URI.
GET /organization_membershipsOrganization Membershipsno 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.calendly.com/organization_memberships?organization={{$organization_uri}}{{$query}}{{$page}}{{$limit}}" \
-X GET \
-H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
-H "Accept: application/json"