retrieve User Comments With Id
GET {{baseUrl}}/api/user/comment/:userId
Retrieves all the comments for the user with the given Id.
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. | |
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"}]}