Sign in

Get people on a project

documented

List active people on a project.

GET /projects/{project_id}/people.jsonPeopleno implementation yet0 runs
No 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://3.basecampapi.com/{{$account_id}}/projects/{{$project_id}}/people.json" \
  -X GET \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Accept: application/json" \
  -H "User-Agent: Basecamp4Integration (https://your-app.example.com)"
Get people on a project · Basecamp · OpenIntegrations