For this Integration Role ```curl --location '<htt...
# suitetalkapi
m
For this Integration Role
Copy code
curl --location '<https://xxxxxx.suitetalk.api.netsuite.com/services/rest/record/v1/salesOrder?q=createdDate%20ON_OR_AFTER%20%225%2F10%2F2024%22%20AND%20createdDate%20BEFORE%20%2210%2F30%2F2024%22>' \
--header 'Authorization: [REDACTED]'
Error code 400
Copy code
{
  "type": "<https://www.rfc-editor.org/rfc/rfc9110.html#section-15.5.1>",
  "title": "Bad Request",
  "status": 400,
  "o:errorDetails": [
    {
      "detail": "Your current role does not have permission to perform this action.",
      "o:errorCode": "USER_ERROR"
    }
  ]
}
can anyone help please
m
@battk still getting the same error
b
did you setup all 5 features/permissions
m
yes
b
show proof
m
idk why i created a new role and it worked i must have missed some permission Thanks