export interface UsersOrganizationUpdate {
  /** List of customers, specific by account IDs, to add to or remove from the organization. */
  accountIds?: string[];
}
