Sign in

Update assigned teammates

documented

Update a user’s assigned teammates.

PATCH /v2/users/{USER_ID}/teammatesUsersno 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://api.harvestapp.com/v2/users/{{$user_id}}/teammates" \
  -X PATCH \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Harvest-Account-Id: {{$account_id}}" \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -d '{"teammate_ids": {{$teammate_ids}}}'
Update assigned teammates · Harvest · OpenIntegrations