action fecru_get_recent_users { label: "getRecentUsers" description: "Get a list of recently visited users for the currently logged in user." provider: fecru method: GET path: "/rest-service-fecru/recently-visited-v1/users" encoding: json output: { type: "object" additionalProperties: true } }