- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2020 07:43 AM
Need to create an service account and provide read & write access for REST API.
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-27-2020 11:43 AM
ITIL role will grant additional privileges to the user i.e access to the problem, change, etc. I recommend creating a custom role for write access to the Incident table for integration purposes.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2020 07:55 AM
Hi Arun,
you need to create a user and ensure it is active and not locked out; I don't think any role required to access REST API;
Since you want this user only for API purpose; ensure web service access only on user record is set to true.
Mark ✅ Correct if this solves your issue and also mark 👍 Helpful if you find my response worthy based on the impact.
Thanks
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2020 10:10 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2020 12:13 AM
Hi Arun,
I think no role is required to consume the REST API; but if that user doesn't have read/write access to incident table then that user cannot update the field values
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2020 07:15 AM
Hi Arun,
Give the service account user any roles necessary to perform the actions that will be carried out by the integration. For example, in addition to the various SOAP- and REST-related roles, it may be necessary to grant process-oriented roles, such as itil, depending on the nature of the integration.
Please let me know if you have any questions.
- Pradeep Sharma