Skip to main content
POST
/
chat
/
moderation
/
unmute
Unmute a player
curl --request POST \
  --url https://api.engagefabric.com/chat/moderation/unmute \
  --header 'Content-Type: application/json' \
  --data '
{
  "playerId": "<string>",
  "channelId": "<string>"
}
'

Query Parameters

projectId
string
required
moderatorId
string
required

Body

application/json
playerId
string
required

Player ID to unmute

channelId
string

Channel ID (null for project-wide unmute)

Response

Player unmuted