User
This page shows webhook events related to users within your Sendbird application.
user:block
This webhook event is invoked when a user blocks another user. The following shows a webhook payload of a user:block
event.
user:unblock
This webhook event is invoked when a user unblocks another user. The following shows a webhook payload of a user:unblock
event.
user:push_preference
This webhook event is invoked when a user's push notification preferences is updated. The following shows a webhook payload of a user:push_preference
event.
For further information, see the Update push notification preferences page.
user:push_channel_preference
This webhook event is invoked when a user's notification preferences for a specific channel is updated. The following shows a webhook payload of a user:push_channel_preference
event.
For further information, see the Update push notification preferences for a channel page.