Himanshu
09/10/2025, 5:57 PMCeligo AI
09/10/2025, 5:57 PMAI generated answer (using internal Slack threads):****** Disclaimer: This response was generated by an artificial intelligence assistant based on previous conversations from multiple Slack channels, and may contain inaccuracies or mistakes. ****** The error message "Your current role does not have permission to perform this action" typically indicates that the role you're using to access the REST API does not have the necessary permissions to perform the requested operation. In NetSuite, permissions are managed at the role level. Each role has a set of permissions that determine what actions it can perform. If you're trying to perform an action that your role does not have permission for, you will receive an error message. In your case, you're trying to access the
/services/rest/record/v1/vendor
endpoint. This endpoint is used to interact with vendor records. Therefore, your role needs to have the necessary permissions to view, create, update, or delete vendor records, depending on what operation you're trying to perform.
You can check and modify the permissions of your role by going to Setup > Users/Roles > Manage Roles > Edit. In the Permissions subtab, you can add or remove permissions as needed.
For interacting with vendor records, you might need the following permissions:
- Lists > Vendors
- Transactions > Enter Vendor Bills
- Transactions > Pay Bills
Please note that the exact permissions needed might vary depending on your specific use case and NetSuite configuration.
Also, as per one of the conversations, it was mentioned that enabling SuiteAnalytics Workbook permission resolved a similar issue. This permission is required for REST Web Services even if you are not using SuiteAnalytics.
Please review your role's permissions and make sure it has all the necessary permissions to perform the requested operation.Celigo AI
09/10/2025, 5:58 PMSlack thread 1: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.849975646
Slack thread 2: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.848510861
Slack thread 3: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.842651486
Celigo AI
09/10/2025, 5:58 PM