internal

Set User Notification Preference

Set an explicit override for a single notification type on a user.

put/internal/notifications/users/{user_id}/preferences

Path parameters

user_idstring uuid required

Request body

notification_typestring required
enabledboolean required
scope'all' | 'assigned'

How widely a user wants to receive a (scope-supporting) notification.

ALL means every event of this type at the company; ASSIGNED narrows it to the subset that concerns the user. What "assigned" resolves to is defined by the definition's AssignedScopeSpec.kind.

Response

Successful Response

object required

Changes

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