# UserRoles
Retrieves the roles on an account
Retrieves the roles on an account
- Catalog: `UserProvisioning`
- Schema: `Roles`
This is a read-only table. The HubSpot API may not support changing the data or the Invantive UniversalSQL driver for HubSpot does not cover it. In the latter case, please use the table NativePlatformScalarRequests to upload data to the HubSpot API.
## Table Columns
The columns of the table `UserRoles` are shown below. Each column has an SQL data type.
| Name | Data Type | Label | Required | Documentation |
|---|:---:|---|:---:|---|
| `id` | `varchar2` | ID | ☐ | The role's unique ID |
| `name` | `varchar2` | Name | ☐ | The role's name |
| `requiresBillingWrite` | `char` | Requires Billing Write | ☐ | Whether this role has a paid seat and requires the billing-write scope to assign/unassign to users |