action soundcloud_get_me_followers_follower_id { label: "Returns a user who is following the authenticated user. (use /users/{user_id} instead, to fetch the user details)" provider: soundcloud method: GET path: "/me/followers/{follower_id}" encoding: json output: { type: "object" additionalProperties: true } }