comment On User With Id
POST {{baseUrl}}/api/user/comment
Adds a comment to the user's account.
Request Body
{"userComment"=>{"comment"=>"<string>", "commenterId"=>"<uuid>", "id"=>"<uuid>", "insertInstant"=>"<long>", "userId"=>"<uuid>"}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
X-FusionAuth-TenantId | string | The unique Id of the tenant used to scope this API request. Only required when there is more than one tenant and the API key is not tenant-scoped. | |
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"userComment":{"comment":"\u003cstring\u003e","commenterId":"\u003cuuid\u003e","id":"\u003cuuid\u003e","insertInstant":"\u003clong\u003e","userId":"\u003cuuid\u003e"},"userComments":[{"comment":"\u003cstring\u003e","commenterId":"\u003cuuid\u003e","id":"\u003cuuid\u003e","insertInstant":"\u003clong\u003e","userId":"\u003cuuid\u003e"},{"comment":"\u003cstring\u003e","commenterId":"\u003cuuid\u003e","id":"\u003cuuid\u003e","insertInstant":"\u003clong\u003e","userId":"\u003cuuid\u003e"}]}