- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-07-2024 04:48 AM
Hi all,
I'm experimenting with my Rest API through Postman. I've given the credentials for authentication. Itt works perfectly for the Post method, creating an incident but it encounters an "User not Authenticated" error when applied to the Get method
What could be a reason behind this?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2024 03:17 AM
Hi All,
Thank you for your replies. The problem originated from a custom role that was blocking the GET operation. Once the role was assigned to the service account, everything worked as expected and the error just disappeared.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2024 03:17 AM
Hi All,
Thank you for your replies. The problem originated from a custom role that was blocking the GET operation. Once the role was assigned to the service account, everything worked as expected and the error just disappeared.