Sign in

List managed teams

documented

List teams the user manages.

GET \/api\/resource\/organizations\/managed_teamsUsers, Accounts & Organizationsno 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)

Note: This command is based on RescueTime's Resource API docs. Base URL: https://www.rescuetime.com/api/resource. Endpoint: GET https://www.rescuetime.com/api/resource/organizations/managed_teams. Authentication uses an API key via the Authorization header (Bearer token). ([rescuetime.com](https://www.rescuetime.com/api-docs))
npx -y keychains@latest curl "https://www.rescuetime.com/api/resource/organizations/managed_teams" \
  -X GET \
  -H "Authorization: Bearer {{RESCUETIME_API_KEY}}" \
  -H "Accept: application/json"