Skip to main content
The Mutes endpoints let you mute and unmute users, and retrieve the list of users muted by the authenticated user.

Overview

Mute

Mute a user

Unmute

Unmute a user

Muted users

Get your muted user list

Endpoints

MethodEndpointDescription
GET/2/users/:id/mutingGet muted users
POST/2/users/:id/mutingMute a user
DELETE/2/users/:source_user_id/muting/:target_user_idUnmute a user

Example: Get muted users

Example: Mute a user


Getting started

Prerequisites

Mutes lookup quickstart

Get your muted users

Manage mutes quickstart

Mute and unmute users

Integration guide

Key concepts and best practices

API Reference

Full endpoint documentation