Unauthorized error while calling endpoint without admin role
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-13-2023 09:57 AM - edited 06-13-2023 11:43 AM
I have a rest message defined and consuming below api.
I am calling REST API using script include and when submitting request with admin role, it is working fine and returning 200 status code. When ITIL user is submitting request it is giving Unauthorized error. When I am providing admin role to user it is working fine. Could anyone please suggest which role I need to provide for accessing REST API endpoint.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-13-2023 12:49 PM
203? Thats a first for me and had to look it up. Its not exactly an error.
https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/203
Can you check what was created by the web call to see if what was supposed to be created was?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2023 04:54 AM
Hey, did you manage to fix the issue? Im facing the same
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2024 10:22 AM
Hi Dron,
Do you know of any solution you have found for this? I am also facing the same issue.