GetRoles
Returns a list of NetSuite user roles associated with the credentials specified in the connection string. The User and Password connection properties are required.
Result Set Columns
| Name | Type | Description |
| Account_InternalId | String | The unique identifier (InternalId) assigned to the account in NetSuite. |
| Account_Name | String | The official account name as recorded in NetSuite. |
| Role_InternalId | String | The unique identifier (InternalId) assigned to the role in NetSuite. |
| Role_Name | String | The descriptive name assigned to the role in NetSuite. |
| RestDomain | String | The specific domain URL used for REST integrations in NetSuite. |
| SystemDomain | String | The domain URL designated for system-level operations within NetSuite. |
| WebServicesDomain | String | The domain URL allocated for Web Services integrations with NetSuite. |