---
title: "Create an idea comment created by an Aha! user (specified by id)"
method: POST
path: "/ideas/{idea_id}/idea_comments"
tags: ["Idea comments"]
---

# Create an idea comment created by an Aha! user (specified by id)

`POST /ideas/{idea_id}/idea_comments`

Idea comments can appear in ideas portals.
To reply to an idea_comment, specify the parent_idea_comment_id. Its visibility
will come from its parent idea comment and cannot be overridden.

## Path parameters

- `idea_id` string, required

## Request body

- IdeacommentsPostRequest
  - `idea_comment` object
    - `spam` string

## Response `200`

Successful operation

---

[API](https://skmtc.net/aha/apis/aha-api.md) · [All operations](https://skmtc.net/aha/apis/aha-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aha/aha-api/versions/6274be5aa6c5/schema)
