List muted users in channels by a custom channel type
Retrieves a list of the muted users in channels with the specified custom channel type.
HTTP Request
Parameters
The following table lists the parameters that this action supports.
Required
Parameter name | Type | Description |
---|---|---|
custom_type | string | Specifies a custom channel type. |
Optional | Type | Description |
---|---|---|
token | string | Specifies a page token that indicates the starting index of results to retrieve. If not specified, the index is set as 0. |
limit | int | Specifies the number of results to return per page. This value must be between 1 and 100. (Default: 10) |
Response
If successful, this action returns a list of muted user resources and mute information in the response body.
List of response properties
Property name | Type | Description |
---|---|---|
muted_list[] | list | A list of the muted user. |
next | string | The value that can be used in the |
In the case of an error, an error object is returned. A detailed list of error codes is available here.