# OrganizationModuleSettings


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**organizationId** | **string** |  | [default to undefined]
**meetingGroupCallAdminPreset** | **string** |  | [default to undefined]
**meetingGroupCallGuestPreset** | **string** |  | [default to undefined]
**meetingWebinarAdminPreset** | **string** |  | [default to undefined]
**meetingWebinarGuestPreset** | **string** |  | [default to undefined]
**meetingLivestreamAdminPreset** | **string** |  | [default to undefined]
**meetingLivestreamGuestPreset** | **string** |  | [default to undefined]
**supportAutoResolve** | **boolean** |  | [default to undefined]
**supportAutoResolveMessage** | **string** |  | [optional] [default to undefined]
**eventConfirmationEmailReplyTo** | **string** |  | [default to undefined]
**eventConfirmationEmailBody** | **string** |  | [default to undefined]
**eventCancellationEmailReplyTo** | **string** |  | [default to undefined]
**eventCancellationEmailBody** | **string** |  | [default to undefined]
**eventReminderEmailReplyTo** | **string** |  | [default to undefined]
**eventReminderEmailBody** | **string** |  | [default to undefined]
**eventApprovalEmailReplyTo** | **string** |  | [default to undefined]
**eventApprovalEmailBody** | **string** |  | [default to undefined]
**eventDenialEmailReplyTo** | **string** |  | [default to undefined]
**eventDenialEmailBody** | **string** |  | [default to undefined]
**eventTransferEmailReplyTo** | **string** |  | [default to undefined]
**eventTransferEmailBody** | **string** |  | [default to undefined]
**eventAbandonedRegistrationEmailReplyTo** | **string** |  | [default to undefined]
**eventAbandonedRegistrationEmailBody** | **string** |  | [default to undefined]

## Example

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

const instance: OrganizationModuleSettings = {
    organizationId,
    meetingGroupCallAdminPreset,
    meetingGroupCallGuestPreset,
    meetingWebinarAdminPreset,
    meetingWebinarGuestPreset,
    meetingLivestreamAdminPreset,
    meetingLivestreamGuestPreset,
    supportAutoResolve,
    supportAutoResolveMessage,
    eventConfirmationEmailReplyTo,
    eventConfirmationEmailBody,
    eventCancellationEmailReplyTo,
    eventCancellationEmailBody,
    eventReminderEmailReplyTo,
    eventReminderEmailBody,
    eventApprovalEmailReplyTo,
    eventApprovalEmailBody,
    eventDenialEmailReplyTo,
    eventDenialEmailBody,
    eventTransferEmailReplyTo,
    eventTransferEmailBody,
    eventAbandonedRegistrationEmailReplyTo,
    eventAbandonedRegistrationEmailBody,
};
```

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