> For the complete documentation index, see [llms.txt](/docs/llms.txt)

# User Comment API | FusionAuth Docs

Learn about the APIs for creating and retrieving comments on users.

# User Comment API

[Edit on GitHub](https://github.com/FusionAuth/fusionauth-site/blob/main/astro/src/content/docs/apis/user-comments/index.mdx)

[View Markdown](/docs/apis/user-comments/index.md)

This page contains the APIs that are used for managing comments left by admins on user accounts.

Use the following APIs to manage User Comments:

| Operation | Method | Endpoint |
| --- | --- | --- |
| [Add a Comment to a User](/docs/apis/user-comments/add-a-comment-to-a-user) | `POST` | `/api/user/comment` |
| [Retrieve a User's Comments](/docs/apis/user-comments/retrieve-a-users-comments) | `GET` | `/api/user/comment/{userId}` |
| [Search for User Comments](/docs/apis/user-comments/search-for-user-comments) | `GET`  
`POST` | `/api/user/comment/search?comment={comment}`  
`/api/user/comment/search` |