Integration user not able to update caller

Mit1008
Tera Contributor

Hi All,

I have configured one integration user with itil, rest_service role but whenever I am creating an incident using rest api the caller is not getting populated with the integration user ?

 

May I know why it is happening? 

3 REPLIES 3

Tony Chatfield1
Kilo Patron

Hi, unfortunately your post does not contain any details of your configuration.

If you are posting directly into the incident table and not setting the 'caller' in your payload, then I do not think there is any OOB server-side solution that sets the 'caller' field and I suspect you would need a before insert BR to map opened_by to caller_id.

DanielCordick
Mega Patron
Mega Patron

What API are you using? Table API? Import Set ApI? Without know more details it’s hard to help in this situation 

 

 

I am using Table API. I got the solution as I did not give sn_incident_write role to integration user so It was not writtng the caller field. btw thank you very much.