action snyk_get_organization_notification_settings { label: "Get organization notification settings" description: "" provider: snyk method: GET path: "/user/me/notification-settings/org/{orgId}" encoding: json input: { type: "object" properties: { orgId: { type: "string" } } required: ["orgId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }