Handle Message Report
Space — Moderation
Handle Message Report
Resolve a reported chat message within a space
PATCH
Handle Message Report
Resolves a filed report against a chat message in a space’s integrated conversation. Requires the caller to be a moderator or admin of that space.
Path Parameters
string
required
UUID of the space.
string
required
UUID of the chat message report to resolve.
Body Parameters
string[]
required
One or more actions to take. Must contain at least one value. Available actions:
"remove-message"— marks the message as removed via moderation (requiresmessageId)"ban-user"— bans the target user from the space (requiresuserIdandreason)"dismiss"— dismisses the report without action (cannot be combined with other actions)
string
UUID of the message to remove. Required when
remove-message is included in actions.string
Optional summary of the action taken. Stored as
actionTaken on the report record.string
UUID of the user to ban. Required when
ban-user is included in actions.string
Reason for the ban. Required when
ban-user is included in actions.Response
Returns200 OK:
Error Responses
Report Not Found — 404
Report Not Found — 404
Report Not in Space — 404
Report Not in Space — 404
Message Not Found — 404
Message Not Found — 404
User Not Found — 404
User Not Found — 404
User Not a Member — 404
User Not a Member — 404
Invalid Action Combination — 400
Invalid Action Combination — 400

