Retrieves a list of operators of a group channel.
The following table lists the parameters that this action supports.
Parameters
Required | Type | Description |
---|---|---|
channel_url | string | Specifies the URL of the channel. |
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. Acceptable values are 1 to 100, inclusive. (Default: 10) |
If successful, this action returns a list of channel resources registered as operators of the channel in the response body.
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 |
In the case of an error, an error object is returned. A detailed list of error codes is available here.