# Organization


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **string** |  | [default to undefined]
**slug** | **string** |  | [default to undefined]
**name** | **string** |  | [default to undefined]
**logoId** | **string** |  | [default to undefined]
**logo** | [**BaseImage**](BaseImage.md) |  | [default to undefined]
**iconId** | **string** |  | [default to undefined]
**icon** | [**BaseImage**](BaseImage.md) |  | [default to undefined]
**domain** | **string** |  | [default to undefined]
**locale** | **string** |  | [default to undefined]
**email** | **string** |  | [default to undefined]
**description** | **string** |  | [default to undefined]
**phone** | **string** |  | [default to undefined]
**privacyPolicyLink** | **string** |  | [default to undefined]
**primaryColor** | **string** |  | [default to undefined]
**secondaryColor** | **string** |  | [default to undefined]
**darkPrimaryColor** | **string** |  | [default to undefined]
**darkSecondaryColor** | **string** |  | [default to undefined]
**clientTheme** | **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]
**youtube** | **string** |  | [default to undefined]
**discord** | **string** |  | [default to undefined]
**timezone** | **string** |  | [default to undefined]
**iosAppLink** | **string** |  | [default to undefined]
**androidAppLink** | **string** |  | [default to undefined]
**createdAt** | **string** |  | [default to undefined]
**updatedAt** | **string** |  | [default to undefined]
**integrations** | [**Array&lt;Integration&gt;**](Integration.md) |  | [default to undefined]
**paymentIntegrations** | [**Array&lt;BasePaymentIntegration&gt;**](BasePaymentIntegration.md) |  | [default to undefined]
**appName** | **string** |  | [default to undefined]
**appIconId** | **string** |  | [default to undefined]
**appIcon** | [**BaseImage**](BaseImage.md) |  | [default to undefined]
**appAdaptiveIconId** | **string** |  | [default to undefined]
**appAdaptiveIcon** | [**BaseImage**](BaseImage.md) |  | [default to undefined]
**appSplashScreenId** | **string** |  | [default to undefined]
**appSplashScreen** | [**BaseImage**](BaseImage.md) |  | [default to undefined]
**appSplashScreenColor** | **string** |  | [default to undefined]
**darkIconId** | **string** |  | [default to undefined]
**darkIcon** | [**BaseImage**](BaseImage.md) |  | [default to undefined]
**darkLogoId** | **string** |  | [default to undefined]
**darkLogo** | [**BaseImage**](BaseImage.md) |  | [default to undefined]
**requirePhone** | **boolean** |  | [default to undefined]
**requestInternalRefId** | **boolean** |  | [default to undefined]
**internalRefIdName** | **string** |  | [default to undefined]
**authLayout** | [**AuthLayout**](AuthLayout.md) |  | [default to undefined]
**defaultAuthAction** | [**DefaultAuthAction**](DefaultAuthAction.md) |  | [default to undefined]
**userPoolId** | **string** |  | [default to undefined]
**userPoolClientId** | **string** |  | [default to undefined]
**userPoolHostedUrl** | **string** |  | [default to undefined]
**appBundleIdentifier** | **string** |  | [default to undefined]
**expoProjectId** | **string** |  | [default to undefined]
**expoSlug** | **string** |  | [default to undefined]
**emailAuthEnabled** | **boolean** |  | [default to undefined]
**appleAuthEnabled** | **boolean** |  | [default to undefined]
**facebookAuthEnabled** | **boolean** |  | [default to undefined]
**googleAuthEnabled** | **boolean** |  | [default to undefined]
**oAuth** | [**Array&lt;OrganizationAllOfOAuth&gt;**](OrganizationAllOfOAuth.md) |  | [default to undefined]
**maxFileGbs** | **number** |  | [default to undefined]
**maxImageCount** | **number** |  | [default to undefined]
**maxVideoMins** | **number** |  | [default to undefined]
**locales** | **Array&lt;string&gt;** |  | [default to undefined]
**inviteOnly** | **boolean** |  | [default to undefined]
**googleTagManagerId** | **string** |  | [default to undefined]
**googleMapsApiKey** | **string** |  | [default to undefined]
**turnstileSiteKey** | **string** |  | [default to undefined]
**appleMerchantIdDomainAssociation** | **string** |  | [default to undefined]
**googleMerchantId** | **string** |  | [default to undefined]
**_options** | **object** |  | [default to undefined]
**modulesOrder** | [**Array&lt;ModulesOrder&gt;**](ModulesOrder.md) |  | [default to undefined]

## Example

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

const instance: Organization = {
    id,
    slug,
    name,
    logoId,
    logo,
    iconId,
    icon,
    domain,
    locale,
    email,
    description,
    phone,
    privacyPolicyLink,
    primaryColor,
    secondaryColor,
    darkPrimaryColor,
    darkSecondaryColor,
    clientTheme,
    facebook,
    twitter,
    instagram,
    linkedIn,
    tikTok,
    youtube,
    discord,
    timezone,
    iosAppLink,
    androidAppLink,
    createdAt,
    updatedAt,
    integrations,
    paymentIntegrations,
    appName,
    appIconId,
    appIcon,
    appAdaptiveIconId,
    appAdaptiveIcon,
    appSplashScreenId,
    appSplashScreen,
    appSplashScreenColor,
    darkIconId,
    darkIcon,
    darkLogoId,
    darkLogo,
    requirePhone,
    requestInternalRefId,
    internalRefIdName,
    authLayout,
    defaultAuthAction,
    userPoolId,
    userPoolClientId,
    userPoolHostedUrl,
    appBundleIdentifier,
    expoProjectId,
    expoSlug,
    emailAuthEnabled,
    appleAuthEnabled,
    facebookAuthEnabled,
    googleAuthEnabled,
    oAuth,
    maxFileGbs,
    maxImageCount,
    maxVideoMins,
    locales,
    inviteOnly,
    googleTagManagerId,
    googleMapsApiKey,
    turnstileSiteKey,
    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)
