reportUser

abstract suspend fun reportUser(userId: UserId, reason: String): Result<Unit>

See also