Skip to main content
POST
Add a chat moderator
Adds a user as a chat moderator for the authenticated user’s broadcasts. Moderators are scoped to the authenticated user, not to an individual broadcast, and can moderate chat across every broadcast that user hosts.
A user can have up to 20 moderators. Adding a 21st returns 400 Bad Request. To remove an existing moderator first, use Remove a Broadcast Moderator.

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Body

application/json
user_id
string
required

The user to appoint as a moderator.

Pattern: ^[1-9][0-9]{0,18}$

Response

The request has succeeded.

data
object
errors
object[]