Discussions
Stay up-to-date with the latest news from NetSuite. You’ll be in the know about how to connect with peers and take your business to new heights at our virtual, in-person, on demand events, and much more.
Now is the time to ask your NetSuite-savvy friends and colleagues to join the NetSuite Support Community! Refer now! Click here to watch and learn more!
How to Resolve Error "Your current role does not have permission to perform" in REST API
Hi,
We are getting below error in postman Get call with custom role for Sales Invoice
https://xxxxxxxx.suitetalk.api.netsuite.com/services/rest/record/v1/invoice/
error :Your current role does not have permission to perform this action.",
There is no error with custom role if we give invoice number as below
https://xxxxxxxx.suitetalk.api.netsuite.com/services/rest/record/v1/invoice/12632
No error if we run with Admin role
I able to access invoice list using custom role in UI screen but error coming in postman
In Custom role:
Permissions:
Transactions: Invoice, Invoice sales orders
Reports: Sales order reports, Sales, Account receivables
0