> For the complete documentation index, see [llms.txt](https://docs.licensespring.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.licensespring.com/license-entitlements/portal/end-user-portal/the-license-manager.md).

# The License Manager

{% hint style="info" %}
A license manager is a user that is assigned to an order who can then log in to the user portal. Depending on their permissions, they can perform various edits to the licenses within the order.
{% endhint %}

### Create a New License Manager in the Vendor Platform

You can define a new license manager in the vendor platform by clicking on the "orders" tab, and then on license managers. You can then click on "Add License Manager".

![Adding a License Manager](/files/dacdf861d895a1fe3440a07328942f068f269316)

Next, enter the email address of the license manager, as this is the only required field.

![Popup for Adding License Managers](/files/939267976296ef3ce804cc0373ed7ee901dfac65)

Clicking confirm will add the license manager to the LicenseSpring vendor platform.

![License Manager Detail View](/files/372535e0e827b0b8372cc676dafd7a993ece0648)

### Setting/Modifying Permissions for a License Manager

You can set the following permissions for a given license manager:

* `Reset license` — Removes all devices activated on a given license.
* `Reset device` — Deactivates a specific device that has been node locked to a machine.
* `Manage managers` — Allows this license manager to add other license managers to a given order.
* `Manage license user credentials` — Allows a license manager to view and reset the passwords of users assigned to a given license.
* `Manage license users` — Allows the license manager to assign/unassign users to the user-based licenses for the orders they have been assigned to.
* `Issue license` — Allows the license manager to issue licenses within orders they have been assigned to. The permission will set which products and license policies they are allowed to issue licenses with.
* `Create order` — Allows license managers to create new orders that they will be assigned to.
* `Create bundle order` — Allows the license manager to create new bundle orders that they will be assigned to.
* `Borrow License` — Allows the license manager to borrow a license device on a floating license.

Under the `Permissions` tab on the license manager detail view, you can turn on and off these permissions.

![Permissions Tab](/files/b8e8e429f7a2af986c839bf2ef4a3cc1a0cf4d2a)

### Set Default Permissions When a New License Manager Is Created

When creating a new license manager, a default set of permissions will be assigned. You can set the default permissions from the license manager summary page:

![License Manager Default Permissions](/files/00fd52cbcaa28ee8943be677ba4c7a8a994ec0ed)

### Add a License Manager to an Existing Order

You can add a license manager at any time after an order has been created and licenses have been issued. To do so, navigate to the order details screen, click on the `License managers` tab, and `Add license manager`:

![Add License Manager to Order](/files/32af8abb6ee4dcbe7f0c657b4fdca2ff6e3e2b0f)

### License Manager Password Reset

A license manager can reset their password by going to the [**End User Portal**](/license-entitlements/portal/end-user-portal.md), and entering their company code and email address. They will receive instructions on resetting their password by email.

![Reset Password Button](/files/178f3554266cc5e747344c97e7f254cddbc345ce)

![Password Reset Prompt](/files/83d8c746ec071ace598f90aee3c7553891c6030d)

{% hint style="info" %}
The license manager needs to enter the company ID along with their email address, since they might be assigned as license managers within multiple LicenseSpring accounts. The software vendor can find their Company ID under "Settings" > "Company Code".
{% endhint %}

### License Manager Email Notifications

You can automatically send an email notification to a license manager when they are assigned to a new order and when other events occur.

For more information, please review [**Email Notifications**](/vendor-platform/settings/email-notifications.md).


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.licensespring.com/license-entitlements/portal/end-user-portal/the-license-manager.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
