Accounts

The Accounts module represents the top-level identity within the Video Platform. Each account can be configured with branding, access settings, and customized preferences.

The AccountSettingsController provides endpoints for managing these configurations. It enables full CRUD operations on settings related to the account, allowing platform-level customization and control.

Key Features

  • Manage general account configurations and branding.

  • Supports logo upload and UI customization.

  • Isolates account-level settings from sub-accounts.

  • Enables smooth onboarding and scalable multi-tenant architecture.

Last updated