---
title: "Create Post"
method: POST
path: "/v3/posts/reply"
tags: ["Posts"]
---

# Create Post

`POST /v3/posts/reply`

Allows the creation of a new Post

## Query parameters

- `createActivityLog` string

## Request body

- PostableMessage
  - `id` integer
  - `objectType` string
  - `objectId` integer
  - `sequenceId` string
  - `author` User
    - `id` integer
    - `userName` string
    - `firstName` string
    - `lastName` string
    - `pseudonym` string
    - `owner` string
    - `password` string
    - `lastLogin` string, date-time
    - `lastPasswordChange` string, date-time
    - `uiTheme` string
    - `jobFunction` string
    - `jobRole` string
    - `termsAccepted` boolean
    - `termsAcceptedDate` string, date-time
    - `logoutIntervalMinutes` integer
    - `tqlTimeout` integer
    - `systemRole` string
    - `ownerRoles` object
    - `disabled` boolean
    - `locked` boolean
    - `passwordResetRequired` boolean
    - `twoFactorResetRequired` boolean
    - `customTqlTimeout` integer
  - `authorOrgId` integer
  - `authorOrgName` string
  - `authorType` string
  - `dateAdded` string, date-time
  - `text` string
  - `linkedItems` LinkedItem[]
    - `id` string
    - `type` string
    - `display` string
    - `value` string
    - `owner` string
  - `linkedText` string
  - `aboutLinkedText` string
  - `linkedAuthor` string
  - `deleteAvailable` boolean
  - `replies` PostableMessage[]
  - `repliesShort` PostableMessage[]

## Response `200`

The new Post

- Tag
  - `id` integer
  - `name` string, required
  - `owner` string
  - `description` string
  - `lastUsed` string, date-time
  - `techniqueId` string
  - `tactics` ListEntityString
    - `data` string[]
    - `count` integer
    - `countSuccess` integer
    - `countFailure` integer
    - `count_type` string
    - `next` string
    - `prev` string
    - `mode` string
  - `platforms` ListEntityString
    - `data` string[]
    - `count` integer
    - `countSuccess` integer
    - `countFailure` integer
    - `count_type` string
    - `next` string
    - `prev` string
    - `mode` string
  - `securityCoverage` AttackSecurityCoverage
    - `id` integer
    - `value` string
  - `financialImpact` AttackFinancialImpact
    - `id` integer
    - `risk` string
    - `lastUpdated` string, date-time
  - `normalized` boolean
  - `synonymousTagNames` ListEntityString
    - `data` string[]
    - `count` integer
    - `countSuccess` integer
    - `countFailure` integer
    - `count_type` string
    - `next` string
    - `prev` string
    - `mode` string

---

[API](https://skmtc.net/threatconnect/apis/threatconnect-api.md) · [All operations](https://skmtc.net/threatconnect/apis/threatconnect-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/threatconnect/threatconnect-api/revisions/730b8a350ae7/schema)
