action illumidesk_notification_settings_read { label: "Retrieve global notification settings for the authenticated user" provider: illumidesk method: GET path: "/v1/{namespace}/notifications/settings/" encoding: json input: { type: "object" properties: { namespace: { type: "string" } } required: ["namespace"] additionalProperties: false } output: { type: "object" additionalProperties: true } }