POST

Mute Member


Mutes a member.

Muted members can't engage with a community. For example, they can't leave comments, like posts or comments, or share content.

You can mute members in Wix Blog and Wix Forum.

Authentication

You can only call this method when authenticated as a Wix app or Wix user identity.

Permissions
Manage Members
Learn more about app permissions.
Endpoint
POST
https://www.wixapis.com/members/v1/members/{id}/mute

Path Params
idstringRequired

ID of the member to mute.

Response Object
memberMember

Muted member.

Mute Member Example 1
Request
cURL
Response
JSON
Errors

This method doesn’t return any custom errors, but may return standard errors. Learn more about standard Wix errors.

Did this help?