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 | The role's unique ID | |
| Name | String | False | The role's name | |
| RequiresBillingWrite | Boolean | False | Whether this role has a paid seat and requires the billing-write scope to assign/unassign to users |