🤖 For AI agents: The complete documentation index is available at /docs/llms.txt. A markdown version of this page is available at /docs/apis/user-comments/index.md.
User Comment API
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 | POST | /api/user/comment |
| Retrieve a User's Comments | GET | /api/user/comment/{userId} |
| Search for User Comments | GETPOST | /api/user/comment/search?comment={comment}/api/user/comment/search |