Update

Update notification policy associated with this entity user

Path parameters

entityIdstringRequired
Entity ID or Entity ForeignID
userIdstringRequired
User ID or User ForeignID
notificationTypeenumRequired

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

This endpoint expects an object.
disabledbooleanOptional
Set to true if the selected notification type should be disabled for this user
digestbooleanOptional
Set to true if the selected notification type should be sent as a digest. Default is false.
immediatebooleanOptional
Set to true if the selected notification type should be sent immediately. Default is true.

Response

This endpoint returns an object.
disabledboolean
True if the selected notification type is disabled for this user
digestboolean
True if the selected notification type is sent as a digest.
immediateboolean
True if the selected notification type is sent immediately.
typeenum

Errors