Is there a way to get the list of roles that are available in an Netsuite account? I am working on a provisioning solution with Netsuite and I am very new to netsuite. if an
There is a REST role service that can retrieve all accounts, roles and domains available for a user:
URL: https://rest.netsuite.com/rest/roles
Headers:
GET /rest/roles HTTP/1.1
Accept: */*
Accept-Language: en-us
Authorization: NLAuth nlauth_email=johnsmith@xxxxx.com, nlauth_signature=****
For more details, see the help documentation (Netsuite login required).