Update who can access a project
documentedGrant or revoke access for people on a project.
PUT /projects/{project_id}/people/users.jsonPeopleno 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://3.basecampapi.com/{{ACCOUNT_ID}}/projects/{{$project_id}}/people.json" \
-X POST \
-H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
-H "Content-Type: application/json; charset=utf-8" \
-H "Accept: application/json" \
-H "User-Agent: Basecamp4 Integration ({{$APP_CONTACT}})" \
-d '{"user_id": {{$user_id}}}'