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

# User Comment API

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

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](https://fusionauth.io/docs/apis/user-comments/add-a-comment-to-a-user.md) | `POST` | `/api/user/comment` |
| [Retrieve a User's Comments](https://fusionauth.io/docs/apis/user-comments/retrieve-a-users-comments.md) | `GET` | `/api/user/comment/{userId}` |
| [Search for User Comments](https://fusionauth.io/docs/apis/user-comments/search-for-user-comments.md) | `GET`  
`POST` | `/api/user/comment/search?comment={comment}`  
`/api/user/comment/search` |