Skip to main content

@wildix/classound-client > ProvisionEsimSubscriberInput

ProvisionEsimSubscriberInput interface

Signature:

export interface ProvisionEsimSubscriberInput 

Properties

Property

Modifiers

Type

Description

bundle?

TangoBundleSku | undefined

(Optional) Override bundle/plan SKU for this subscriber. If not provided, the group default bundle is used.

companyId?

string | undefined

(Optional) Wildix company ID. Optional when using PBX token (resolved from authorizer).

email

string

User email address (Tango sends QR code to this address)

extension

string

User extension / SIP address on PBX

firstName?

string | undefined

(Optional) User first name

host

string

PBX domain (IP or FQDN, e.g. 'mycompany.wildixin.com')

lastName?

string | undefined

(Optional) User last name

phone

string

Mobile number with country code, digits only (MDN-E164)

serial

string

PBX serial number (maps to KC-PBX / endpointName in Tango)

userPassword

string

PBX SIP password for the extension (Tango uses it to register to PBX)