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