Create a User Comment
POST User Comments
POST /users/{userId}/comments endpoint is used to create a comment for a user.
To attach files in the comment upload the file first using the POST /pre-signed-url endpoint and then use the returned key to attach the file in the comment with the filename and size.`
Authentication
x-api-keystring
API Key authentication via header
Path Parameters
userId
Unique User Identifier
Request
body
Comment body
files
createdTimestamp
Timestamp when comment is created
Response
Created
commentId
Unique comment ID
body
Comment body
files
createdTimestamp
Timestamp when comment is created
updatedTimestamp
Timestamp when comment is updated