Webitel: Documentation

Typical scenarios for working with licenses in Webitel

IMPORTANT!

Before proceeding, make sure you have the necessary access rights:

1. Viewing Available Licenses and Their Expiration Date

  1. Open the Webitel Admin application (Fig. 1).

image-20250521-102200.png
Fig. 1. Webitel Admin
  1. Go to Directory Licenses (Fig. 2).

image-20250602-130446.png
Fig. 2. Directory → Licenses
  • In the “All Licenses” tab table (Fig. 3), all licenses in the system will be displayed, including the following data:

  • ID — clicking the button image-20250602-113322.png copies the license key;

  • Product — the name of the product (e.g., WFM, EMAIL, CHAT) for which the license was issued;

  • Valid From / Valid till — start and expiration dates of the license;

  • Used:

For named licenses: shows the number of users assigned to the license.

For concurrent licenses: shows the current number of active users.

Clicking on the number opens a modal window displaying the users assigned to this license.

  • Limit:

For named licenses: displays the maximum number of users who can be assigned the license.

For concurrent licenses: shows the maximum number of active users allowed.

  • Concurrent — indicates whether the license is concurrent. “Yes” means it is concurrent. An empty field means it is a named (non-concurrent) license.

  • Status — displays the number of days remaining until the license expires (e.g., 227 days).

image-20250602-130731.png
Fig. 3. “All Licenses” tab
  1. For convenience, use the search field (Fig. 4) in the upper right corner to quickly find the required license.

image-20250602-130821.png
Fig. 4. Search Field

2. Viewing Assigned Licenses for Users

  1. Open the Webitel Admin application (Fig. 5).

image-20250521-102200.png
Fig. 5. Webitel Admin
  1. Go to Directory Licenses (Fig. 6).

image-20250602-130446.png
Fig. 6. Directory → Licenses
  1. Select the “Users” tab (Fig. 7).

image-20250602-131253.png
Fig. 7. “Users” tab
  1. The table will display a list of all system users.

  2. Each user will show all available licenses — assigned licenses are marked with checkboxes.

  3. For easier navigation:

    • Use the search at the top of the table to quickly find the desired user (Fig. 8).

image-20250602-131442.png
Fig. 8. Search Field
  1. Click the column selection icon image2021-12-9_14-49-44.png to configure which licenses are displayed. A modal window will open (Fig. 9).

    • In the modal window, check or uncheck the licenses you want to display in the table.

    • Click “Add” to apply your selection.

image-20250602-131626.png
Fig. 9. “Select Columns” modal window
  1. The checkboxes next to the licenses will also show the expiration date for each license (e.g., 01.01.2026).

3. Assigning a License to a User

  1. Open the Webitel Admin application (Fig. 10).

image-20250521-102200.png
Fig. 10. Webitel Admin
  1. Go to Directory Licenses (Fig. 11).

image-20250602-130446.png
Fig. 11. Directory → Licenses
  1. Select the “Users” tab (Fig. 12).

image-20250602-131253.png
Fig. 12. “Users” tab
  1. The table will display the list of system users.

  2. Find the required user — for example, Andrew. For convenience, you can use the search field at the top of the table (Fig. 13).

image-20250602-132003.png
Fig. 13. User Search
  1. In the column with the name of the desired license (e.g., CALL_MANAGER (01.01.2026)), check the box (Fig. 14).

image-20250602-132056.png
Fig. 14. Assigning a license to a user

The corresponding license will be assigned to user Andrew.

4. Removing a License from a User

  1. Open the Webitel Admin application (Fig. 15).

image-20250521-102200.png
Fig. 15. Webitel Admin
  1. Go to Directory Licenses (Fig. 16).

image-20250602-130446.png
Fig. 16. Directory → Licenses
  1. Select the “Users” tab (Fig. 17).

image-20250602-131253.png
Fig. 17. “Users” tab
  1. Find the user from whom you want to remove the license — for example, Andrew. Use the search field at the top of the table if needed (Fig. 18).

image-20250602-132309.png
Fig. 18. User Search
  1. In the column with the license name (e.g., CALL_MANAGER (01.01.2026)), uncheck the box (Fig. 19).

image-20250602-132407.png
Fig. 19. Removing a license from a user

The license CALL_MANAGER (01.01.2026) will be removed from user Andrew. The checkbox will become empty.

5. Adding a License Key to Extend the License Validity

  1. Open the Webitel Admin application (Fig. 20).

image-20250521-102200.png
Fig. 20. Webitel Admin
  1. Go to Directory Licenses (Fig. 6).

image-20250602-130446.png
Fig. 21. Directory → Licenses
  1. Click the add button image-20250521-101858.png at the top of the page (Fig. 22).

image-20250602-132705.png
Fig. 22. Add License Button
  1. The “Upload License” modal window will open (Fig. 23).

image-20250602-132746.png
Fig. 23. “Upload License” modal window
  1. In the “License Key” field, enter the obtained key. After entering the data, the “Add” button will become active (yellow).

  2. Click “Add” to confirm the upload (Fig. 24).

image-20250602-132815.png
Fig. 24. Active “Add” button

The modal window will close automatically. A new entry will appear in the registry for the product for which the license was added.

5.1. Obtaining a License Key

You can obtain the license key by one of the following methods:

  • By contacting the manager.

  • By creating a ticket on the Webitel Support portal.

After receiving the key, you can activate it according to the activation instructions (see section 5).

5.2. Extending the License after Expiration Without Admin Access

If the license has expired and access to the Admin Panel is unavailable, you can renew the license via API by executing the following request:

curl -XPUT https://SERVER_ADDR/api/customer -d '{"certificate":"LICENSE KEY"}'