List managed users
documentedList users managed by the current user.
GET \/api\/resource\/organizations\/managed_usersUsers, Accounts & Organizationsno 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)
I found the RescueTime Resource API documentation showing the base URL and the endpoint. Base URL: https://www.rescuetime.com/api/resource. Endpoint: GET https://www.rescuetime.com/api/resource/organizations/managed_users (no path parameters). Authentication is via API key in the Authorization header (Bearer token) and the request should Accept application/json. ([rescuetime.com](https://www.rescuetime.com/api-docs))