# OrganizationUpdateInputs


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**email** | **string** |  | [optional] [default to undefined]
**name** | **string** |  | [optional] [default to undefined]
**description** | **string** |  | [optional] [default to undefined]
**slug** | **string** |  | [optional] [default to undefined]
**phone** | **string** |  | [optional] [default to undefined]
**timezone** | **string** |  | [optional] [default to undefined]
**website** | **string** |  | [optional] [default to undefined]
**privacyPolicyLink** | **string** |  | [optional] [default to undefined]
**primaryColor** | **string** |  | [optional] [default to undefined]
**secondaryColor** | **string** |  | [optional] [default to undefined]
**darkPrimaryColor** | **string** |  | [optional] [default to undefined]
**darkSecondaryColor** | **string** |  | [optional] [default to undefined]
**clientTheme** | **string** |  | [optional] [default to undefined]
**appName** | **string** |  | [optional] [default to undefined]
**logoId** | **string** |  | [optional] [default to undefined]
**darkLogoId** | **string** |  | [optional] [default to undefined]
**iconId** | **string** |  | [optional] [default to undefined]
**darkIconId** | **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]
**defaultAuthAction** | [**DefaultAuthAction**](DefaultAuthAction.md) |  | [optional] [default to undefined]
**authLayout** | [**AuthLayout**](AuthLayout.md) |  | [optional] [default to undefined]
**emailAuthEnabled** | **boolean** |  | [optional] [default to undefined]
**requirePhone** | **boolean** |  | [optional] [default to undefined]
**requestInternalRefId** | **boolean** |  | [optional] [default to undefined]
**internalRefIdName** | **string** |  | [optional] [default to undefined]
**iosAppLink** | **string** |  | [optional] [default to undefined]
**androidAppLink** | **string** |  | [optional] [default to undefined]
**appIconId** | **string** |  | [optional] [default to undefined]
**appAdaptiveIconId** | **string** |  | [optional] [default to undefined]
**appSplashScreenId** | **string** |  | [optional] [default to undefined]
**appSplashScreenColor** | **string** |  | [optional] [default to undefined]
**locale** | **string** |  | [optional] [default to undefined]
**locales** | **Array&lt;string&gt;** |  | [optional] [default to undefined]
**inviteOnly** | **boolean** |  | [optional] [default to undefined]
**googleTagManagerId** | **string** |  | [optional] [default to undefined]
**googleMapsApiKey** | **string** |  | [optional] [default to undefined]
**turnstileSiteKey** | **string** |  | [optional] [default to undefined]
**turnstileSecretKey** | **string** |  | [optional] [default to undefined]
**appleMerchantIdDomainAssociation** | **string** |  | [optional] [default to undefined]
**googleMerchantId** | **string** |  | [optional] [default to undefined]
**_options** | **object** |  | [optional] [default to undefined]
**modulesOrder** | [**Array&lt;ModulesOrder&gt;**](ModulesOrder.md) |  | [optional] [default to undefined]

## Example

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

const instance: OrganizationUpdateInputs = {
    email,
    name,
    description,
    slug,
    phone,
    timezone,
    website,
    privacyPolicyLink,
    primaryColor,
    secondaryColor,
    darkPrimaryColor,
    darkSecondaryColor,
    clientTheme,
    appName,
    logoId,
    darkLogoId,
    iconId,
    darkIconId,
    facebook,
    twitter,
    instagram,
    tikTok,
    linkedIn,
    youtube,
    discord,
    defaultAuthAction,
    authLayout,
    emailAuthEnabled,
    requirePhone,
    requestInternalRefId,
    internalRefIdName,
    iosAppLink,
    androidAppLink,
    appIconId,
    appAdaptiveIconId,
    appSplashScreenId,
    appSplashScreenColor,
    locale,
    locales,
    inviteOnly,
    googleTagManagerId,
    googleMapsApiKey,
    turnstileSiteKey,
    turnstileSecretKey,
    appleMerchantIdDomainAssociation,
    googleMerchantId,
    _options,
    modulesOrder,
};
```

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