Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Constructors

constructor

  • new Licenses(prv: PathSegment, id?: string, service?: any): Licenses

Methods

bulkPurchase

delete

  • delete(): Promise<void>
  • Since 1.0.31 (Release 9.2)

    Removes a license for a specific user. Please note: It is not allowed to remove assigned licenses (only Webinars and Large Meetings can be assigned).

    Required Permissions

    PermissionDescription
    ReadAccountsViewing user account info (including name, business name, address and phone number/account number)
    EditExtensionsViewing and updating user extension info (includes extension name, number, email and phone number, assigned phone numbers, devices and other extension settings)
    EditAccountsViewing and updating user account info (including name, business name, address and phone number/account number)

    API Group

    Medium

    Returns Promise<void>

get

  • Since 1.0.31 (Release 9.2)

    Returns license information by its ID.

    Required Permissions

    PermissionDescription
    ReadAccountsViewing user account info (including name, business name, address and phone number/account number)

    API Group

    Light

    Returns Promise<LicenseInfo>

getEndpoint

  • getEndpoint(withValue?: boolean): string

Protected getRest

list

  • Since 1.0.31 (Release 9.2)

    Returns list of licenses for a specific user.

    Required Permissions

    PermissionDescription
    ReadAccountsViewing user account info (including name, business name, address and phone number/account number)

    API Group

    Light

    Parameters

    Returns Promise<LicenseList>

toString

  • toString(withValue?: boolean): string

Generated using TypeDoc