Skip to main content

Mute a User

POST 

/users/:user-id/mute

Mute a user. This will prevent mod.io from returning mods to you authored by the muted user. Successful request will return 204 No Content.

Request

Error Codes

Status CodeError RefDescription
40317039You cannot mute yourself, you should potentially show restraint instead.
40417000The user with the supplied id could not be found.

Responses

Successful Request. No Body Returned.