Hi Community,
I'm looking at REST API for creating comments.
However I do not see the option of linking the comment to the user who made the comment.
Is there anything I'm missing perhaps or another way of doing this?
Thanks
Hi Community,
I'm looking at REST API for creating comments.
However I do not see the option of linking the comment to the user who made the comment.
Is there anything I'm missing perhaps or another way of doing this?
Thanks
Comments are created by the accessing user. In the case of REST, the user the bearer/oauth token or API key belongs to.
Thanks, I think I see what you mean. So theres no way I can do it with one API key if I'm migrating many comments for different users?
You can use impersonation. You use an api key for a user with permission to impersonate, then use the Rest-Impersonate-User header. ONly use this when the code is secure however, its not a good solution for production applications or integrations.
community.telligent.com/.../authentication
Let me try that...Thanks again
Let me try that...Thanks again