Skip to main content
PATCH
Handle Entity Report
Resolves a filed report against an entity in a space. 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 entity report to resolve.

Body Parameters

string
required
UUID of the reported entity. Used when performing remove-entity.
string[]
required
One or more actions to take. Must contain at least one value. Available actions:
  • "remove-entity" — marks the entity as removed via moderation
  • "ban-user" — bans the target user from the space (requires userId and reason)
  • "dismiss" — dismisses the report without action (requires summary; cannot be combined with other actions)
string
Summary of the action taken. Required when using dismiss or any non-dismiss action.
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 201 Created:

Error Responses

Also returned when ban-user is used without userId or reason: