Discussions
SuiteWorld is where the NetSuite community comes together to learn, connect, and discover what’s next.
Whether you’re looking for product updates, practical tips, new ways to improve efficiency, or insights from other customers, SuiteWorld offers something for every stage of your NetSuite journey.
■ NetSuite 2026.2 Release Notes
■ NetSuite SuiteApps Release Notes
■ NetSuite Sneak Peeks
■ Release Preview Guide
■ Release Preview Test Plan Template
NetSuite Authentication Issue
I am an integration partner trying to connect to Netsuite's REST web service using PostMan.
My role has all the required permissions (basically the same as admin), a bearer token has been issued and the integration has been set up as followsThe error message received when trying to connect is
{
"type": "https://www.rfc-editor.org/rfc/rfc9110.html#section-15.5.2",
"title": "Unauthorized",
"status": 401,
"o:errorDetails": [
{
"detail": "Invalid login attempt. For more details, see the Login Audit Trail in the NetSuite UI at Setup > Users/Roles > User Management > View Login Audit Trail.",
"o:errorCode": "INVALID_LOGIN"
}
]
}
Following is the login audit trail details attached in screenshot and the postman request: Any help regarding this will be highly appreciated.