# Data Access API Custom Attributes If custom attributes have been configured for any of the above entities (and the option has been chosen to copy the custom attribute values to the Data Warehouse), then they will be reported in the relevant API. | Custom Attribute | Description | Example | | --- | --- | --- | | **Account** | Account custom attribute presented in the **account** API. | ```json "OrgUnitCustomAttribute": { "NAME": "VALUE", "NAME": "VALUE" } ``` | | **Entitlement** | Entitlement custom attribute presented in the **entitlement** API. | ```json "EntitlementCustomAttribute": { "NAME": "VALUE", "NAME": "VALUE" } ``` | | **License Model** | License model custom attribute presented in the **entitlement** API. | ```json "LicenseModelCustomAttribute": { "NAME": "VALUE", "NAME": "VALUE" } ``` | | **License Model Predefined** | License model predefined custom attribute in the **entitlement** API. | ```json "LicenseModelAttribute": { "NAME": "VALUE", "NAME": "VALUE" } ``` | | **Line Item** | Line item custom attribute presented in the **entitlement** API. | ```json "LineItemCustomAttribute": { "NAME": "VALUE", "NAME": "VALUE" } ``` | | **Maintenance Line Item** | Maintenance line item custom attribute presented in the **entitlement** API. | ```json "MaintenanceLineItemCustomAttribute": { "NAME": "VALUE", "NAME": "VALUE" } ``` | | **User** | User custom attribute presented in the **user** API. | ```json "UserCustomAttribute": { "NAME": "VALUE", "NAME": "VALUE" } ``` |