RE: 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?
shubham0503 Rookie Asked on June 15, 2020 in SuiteTalk.
Add Comment
2 Answers

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).

Beginner Answered on June 17, 2020.
Add Comment

Your Answer

By posting your answer, you agree to the privacy policy and terms of service.