# AccountCreateInputs


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**email** | **string** |  | [default to undefined]
**username** | **string** |  | [optional] [default to undefined]
**featured** | **boolean** |  | [optional] [default to undefined]
**firstName** | **string** |  | [optional] [default to undefined]
**lastName** | **string** |  | [optional] [default to undefined]
**imageId** | **string** |  | [optional] [default to undefined]
**bannerId** | **string** |  | [optional] [default to undefined]
**phone** | **string** |  | [optional] [default to undefined]
**bio** | **string** |  | [optional] [default to undefined]
**website** | **string** |  | [optional] [default to undefined]
**video** | **string** |  | [optional] [default to undefined]
**facebook** | **string** |  | [optional] [default to undefined]
**twitter** | **string** |  | [optional] [default to undefined]
**instagram** | **string** |  | [optional] [default to undefined]
**tikTok** | **string** |  | [optional] [default to undefined]
**linkedIn** | **string** |  | [optional] [default to undefined]
**youtube** | **string** |  | [optional] [default to undefined]
**discord** | **string** |  | [optional] [default to undefined]
**dietaryRestrictions** | **string** |  | [optional] [default to undefined]
**country** | **string** |  | [optional] [default to undefined]
**internalRefId** | **string** |  | [optional] [default to undefined]
**internalRefIdVerified** | **boolean** |  | [optional] [default to undefined]
**verified** | **boolean** |  | [optional] [default to undefined]
**locale** | **string** |  | [optional] [default to undefined]
**taxEntityUseCode** | **string** |  | [optional] [default to undefined]
**attributes** | **{ [key: string]: any; }** |  | [optional] [default to undefined]
**confirmationEmailCount** | **number** |  | [optional] [default to undefined]

## Example

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

const instance: AccountCreateInputs = {
    email,
    username,
    featured,
    firstName,
    lastName,
    imageId,
    bannerId,
    phone,
    bio,
    website,
    video,
    facebook,
    twitter,
    instagram,
    tikTok,
    linkedIn,
    youtube,
    discord,
    dietaryRestrictions,
    country,
    internalRefId,
    internalRefIdVerified,
    verified,
    locale,
    taxEntityUseCode,
    attributes,
    confirmationEmailCount,
};
```

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