Skip to main content
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 (requires messageId)
  • "ban-user" — bans the target user from the space (requires userId and reason)
  • "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

Returns 200 OK:

Error Responses