Chat Platform API v3
Chat Platform API
Chat Platform API
Version 3
Reset push notification preferences
Copy link
You can reset a user's notifications preferences. The values are reset to the default as the following.
- The values for the
do_not_disturb
andsnooze_enabled
properties are set tofalse
. - The values of the parameters associated with the time frame are all set to
0
. - The value for the
timezone
property is set toUTC
. - The value for the
push_sound
property is set todefault
.
Note: Push notifications are only available for group channels.
HTTP request
Copy link
Parameters
Copy link
The following table lists the parameters that this action supports.
Required
Name | Type | Description |
---|---|---|
user_id | string | Specifies the unique ID of a user. |
Responses
Copy link
If successful, this action returns an empty response body.
Error
Copy link
In the case of an error, an error object like below is returned. See the error codes section for more details.
On this page