# Mutes Endpoints for managing user mutes to hide content from specific users ## List all muted users - [GET /api/v1/mute](https://docs.wellesley.social/openapi/mutes/paths/~1api~1v1~1mute/get.md): Returns a paginated list of all users currently muted by the authenticated user. ## Unmute a previously muted user - [DELETE /api/v1/mute/{userId}](https://docs.wellesley.social/openapi/mutes/paths/~1api~1v1~1mute~1%7Buserid%7D/delete.md): Removes the mute on a specific user, allowing their content to appear again in timelines and notifications. ## Mute a specific user - [POST /api/v1/mute/{userId}](https://docs.wellesley.social/openapi/mutes/paths/~1api~1v1~1mute~1%7Buserid%7D/post.md): Hides all content from a specific user. Can optionally set an expiration time for the mute. Muted users' posts will not appear in timelines or notifications.