Permission error while accessing list of customer records.
I’m trying to hit a API through postman but I’m getting following error:
{
“type”: “https://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.1”,
“title”: “Your current role does not have permission to perform this action.”,
“status”: 400,
“o:errorCode”: “USER_ERROR”
}
What I need to do to get the permissions? Do I need to set it from netsuite, if yes from where can I do this?
It’s hard to say without knowing was the API call was, but most likely you need to update the role being used in the integration (under Setup –> User/Roles –> Manage Roles).
Employee with Specific role are only able to access the Record.
e.g : person with Quality Manager , or Warehouse in-charge are not able to see customers or potential list because it does’t concern them. if we they need to check customer record we need to give them access to do so.