Company membership

Update notification preferences

Updates the authenticated user's notification preferences for their membership in the current company. The preferences object maps each known notification type to a channel map. Valid channels are in_app and email; valid modes are immediate, daily, weekly, disabled. Unknown types, channels or modes return 422.

patch/v1/company_memberships/notification_preferences

Parameters

#/paths/~1v1~1users/get/parameters/0 — unresolved $ref

Request body

preferencesobject required

Map of notification type to { in_app, email } mode map. Each mode is one of immediate, daily, weekly, disabled.

Response

The updated notification preferences.

notification_preferencesobject

Changes

No recorded changes to this endpoint across all 1 revision of this API.