Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 1.54 KB

File metadata and controls

12 lines (10 loc) · 1.54 KB

Moderation Endpoints

Moderation provides the workspace moderator a way to view & manage the reported messages and users across different channels.

Url Short Description Details Page
/api/v1/moderation.reportsByUsers Retrieves all the reported messages grouped by users Link
/api/v1/moderation.user.reportedMessages Retrieve all reported messages of a user. Link
/api/v1/moderation.reports Retrieve all the reports of a single message Link
/api/v1/moderation.reportInfo Get more details of a single report. Link
/api/v1/moderation.dismissReports Dismiss all the reports of a particular user. Link
/api/v1/moderation.user.deleteReportedMessages Delete all the reports of messages that belongs to user. Link