action soundcloud_get_users_user_id_web_profiles { label: "Returns list of user's links added to their profile (website, facebook, instagram)." provider: soundcloud method: GET path: "/users/{user_id}/web-profiles" encoding: json output: { type: "object" additionalProperties: true } }