Sign in

List team members

documented

List members of a specific team.

GET \/api\/resource\/organizations\/team_members\/{team_id}Users, 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)

npx -y keychains@latest curl 'https://www.rescuetime.com/anapi/resource/organizations/team_members/{{$team_id}}?key={{RESCUETIME_API_KEY}}' \
  -X GET \
  -H 'Accept: application/json' \
  -H 'Content-Type: application/json'
List team members · RescueTime · OpenIntegrations