# BaseAccount


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**organizationId** | **string** |  | [default to undefined]
**id** | **string** |  | [default to undefined]
**accountAccess** | [**AccountAccess**](AccountAccess.md) |  | [default to undefined]
**firstName** | **string** |  | [default to undefined]
**lastName** | **string** |  | [default to undefined]
**email** | **string** |  | [default to undefined]
**verified** | **boolean** |  | [default to undefined]
**username** | **string** |  | [default to undefined]
**imageId** | **string** |  | [default to undefined]
**image** | [**BaseImage**](BaseImage.md) |  | [default to undefined]
**featured** | **boolean** |  | [default to undefined]
**timezone** | **string** |  | [default to undefined]
**locale** | **string** |  | [default to undefined]
**country** | **string** |  | [default to undefined]
**internalRefId** | **string** |  | [default to undefined]
**internalRefIdVerified** | **boolean** |  | [default to undefined]
**accountTiers** | [**Array&lt;BaseTier&gt;**](BaseTier.md) |  | [default to undefined]
**chatConnected** | **boolean** |  | [default to undefined]
**attributes** | [**Array&lt;AccountAttributeValue&gt;**](AccountAttributeValue.md) |  | [optional] [default to undefined]
**createdAt** | **string** |  | [default to undefined]

## Example

```typescript
import { BaseAccount } from '@connectedxm/admin-sdk';

const instance: BaseAccount = {
    organizationId,
    id,
    accountAccess,
    firstName,
    lastName,
    email,
    verified,
    username,
    imageId,
    image,
    featured,
    timezone,
    locale,
    country,
    internalRefId,
    internalRefIdVerified,
    accountTiers,
    chatConnected,
    attributes,
    createdAt,
};
```

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
