Sign in

Assign teams to client

documented

Assign teams to a client.

POST \/api\/resource\/timesheets_clients\/{id}\/assign_teamsProjects & Tasksno 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://www.rescuetime.com/api/resource/timesheets_clients/{{$id}}/assign_teams\" \
  -X POST \
  -H \"Authorization: Bearer {{RESCUETIME_API_KEY}}\" \
  -H \"Content-Type: application/json\" \
  -H \"Accept: application/json\" \
  -d '{\"team_ids\":{{$team_ids}}}'
Assign teams to client · RescueTime · OpenIntegrations