Roles
Retrieves details about roles configured within a HubSpot account, supporting user role management.
View Specific Information
SELECT
SELECT * FROM Roles;
Columns
| Name | Type | References | Filterable | Description |
| Id [KEY] | Long | False | Unique identifier assigned to the role. | |
| Name | String | False | Name of the role as it appears in HubSpot. | |
| RequiresBillingWrite | Boolean | False | Indicates whether the role includes a paid seat and requires billing-write permissions to assign or remove from users. |