Resolved! How to add incident comments from different users via REST api
Hi, allI'm trying to add multiple comments one by one using Table API: /api/now/table/incident/{incident_id} body: {"comments":"single comment"}The problem is that all the comments are added for admin user. If there is a way to specify a user for in...