Description
Generate a new token with the customized permissions and test it by using postman.
Solution
Customized a new role that uses Classic center and assigned limitd permissions as your requirement.
In the permissions -> setup, should add the following to generate access token and web services.

Then assign this role to the corresponding employee record.
After that, we can generate new access token from Setup ->User/Roles -> Access Tokens
For that you need to enter the following details
On saving this record, you will get a Token ID and a Token Secret and is needed to test it from postman.
Then you can login to postman and give the following credentials.

Realm is the Netsuite Account ID (Setup -> Company -> Company Information)
Then Click Send
If our credentials are correct, then it will return a 200 status code.




