List operators of a channel by a custom channel type
You can retrieve a list of operators of a channel with the specified custom channel type using this API.
HTTP Request
Parameters
The following table lists the parameters that this action supports.
Parameters
Required | 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 |
limit | int | Specifies the number of results to return per page. Acceptable values are |
Responses
If successful, this action returns a list of application resources registered as the operators of channels with the custom type in the response body.
List of response properties
Property name | Type | Description |
---|---|---|
operators[] | array of objects | An array of users who are registered as the operators of the channel. |
next | string | The value that can be used in the |
Error
In the case of an error, an error object like below is returned. See the error codes section for more details.