# Account


## 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]
**bannerId** | **string** |  | [default to undefined]
**banner** | [**BaseImage**](BaseImage.md) |  | [default to undefined]
**phone** | **string** |  | [default to undefined]
**interests** | [**Array&lt;BaseInterest&gt;**](BaseInterest.md) |  | [default to undefined]
**bio** | **string** |  | [default to undefined]
**website** | **string** |  | [default to undefined]
**facebook** | **string** |  | [default to undefined]
**twitter** | **string** |  | [default to undefined]
**instagram** | **string** |  | [default to undefined]
**linkedIn** | **string** |  | [default to undefined]
**tikTok** | **string** |  | [default to undefined]
**video** | **string** |  | [default to undefined]
**youtube** | **string** |  | [default to undefined]
**dietaryRestrictions** | **string** |  | [default to undefined]
**taxEntityUseCode** | **string** |  | [default to undefined]
**updatedAt** | **string** |  | [default to undefined]

## Example

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

const instance: Account = {
    organizationId,
    id,
    accountAccess,
    firstName,
    lastName,
    email,
    verified,
    username,
    imageId,
    image,
    featured,
    timezone,
    locale,
    country,
    internalRefId,
    internalRefIdVerified,
    accountTiers,
    chatConnected,
    attributes,
    createdAt,
    bannerId,
    banner,
    phone,
    interests,
    bio,
    website,
    facebook,
    twitter,
    instagram,
    linkedIn,
    tikTok,
    video,
    youtube,
    dietaryRestrictions,
    taxEntityUseCode,
    updatedAt,
};
```

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