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.
user:device_token_register
This webhook event is triggered when a user's device token for push notifications is registered with the Sendbird server. The webhook payload contains details about the user and the newly registered device token.
For further information, see the Add a registration or device token page.
user:device_token_unregister
This webhook event occurs when a user's device token for push notifications is unregistered, meaning it will no longer receive push notifications. The webhook payload includes information about the user and the device token that has been unregistered.
For further information, see the Remove a registration or device token from an owner page.