Update
Update notification policy associated with this entity user
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>
, where token is your auth token.
Path parameters
entityId
Entity ID or Entity ForeignID
userId
User ID or User ForeignID
notificationType
Request
This endpoint expects an object.
disabled
Set to true if the selected notification type should be disabled for this user
digest
Set to true if the selected notification type should be sent as a digest. Default is false.
immediate
Set to true if the selected notification type should be sent immediately. Default is true.
Response
This endpoint returns an object.
disabled
True if the selected notification type is disabled for this user
digest
True if the selected notification type is sent as a digest.
immediate
True if the selected notification type is sent immediately.
type