v1
latestOpenAPI 3.0.22026-07-1332837755.1 KBChannels\Moderators
Add a list of channel moderators
This method adds multiple users as moderators to the specified channel. The authenticated user must be a follower to add them as a moderator.
put/channels/{channel_id}/moderators
Path parameters
channel_idnumber required
Example:927
The ID of the channel.
Request body
Example request
{
"user_uri": "/users/152184"
}Response
The moderators were added.