Update assigned teammates
documentedUpdate a user’s assigned teammates.
PATCH /v2/users/{USER_ID}/teammatesUsersno 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.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}}}'