Comment on page
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 | |
/api/v1/moderation.user.reportedMessages | Retrieve all reported messages of a user. | |
/api/v1/moderation.reports | Retrieve all the reports of a single message | |
/api/v1/moderation.reportInfo | Get more details of a single report. | |
/api/v1/moderation.dismissReports | Dismiss all the reports of a particular user. | |
/api/v1/moderation.user.deleteReportedMessages | Delete all the reports of messages that belongs to user. |
Last modified 3mo ago