> For the complete documentation index, see [llms.txt](https://wiki.pacpost.com/public-wiki/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.pacpost.com/public-wiki/show-admin-controls/license-manager/re-assigning-licenses.md).

# Re-Assigning Licenses

A **Show Admin** has the capability to re-assign licenses to any user that has been added to the show. To re-assign a license that is currently in use the following procedure:

{% hint style="warning" %}
Before licenses can be re-assigned, the **Show Publisher** must login first and delete the stream.
{% endhint %}

1. From the home page, select the **ShowAdmin** portal for the show you would like to remove users from.

   <figure><img src="/files/jmsGuU6DaI8A2r99E0c5" alt=""><figcaption><p>Show Selection Home highlighting ShowAdmin</p></figcaption></figure>
2. You are now in the Show Admin portal. Now click the **Manage License** icon at the top to enter the License Manager page:

   <figure><img src="/files/Akorsni3jrO2OwxOTF5j" alt=""><figcaption><p>ShowAdmin highlighting Manage License</p></figcaption></figure>
3. You are now in the **License Manager** portal.

   <figure><img src="/files/MpFkQtL3zoN41npR0lA0" alt=""><figcaption><p>ShowAdmin License Manager portal</p></figcaption></figure>
4. For the license you would like to re-assign, use the **click to assign a user** link.

   <figure><img src="/files/jxhxn2cFd1XMmCRlacdy" alt=""><figcaption><p>ShowAdmin License Manager highlighting click to assign a user</p></figcaption></figure>
5. A pop up window will appear that has a list of every other user in the show. Click the check box next to the user you would like to re-assign the license to and click **confirm**.

   <figure><img src="/files/czg9bVQoEcgIo7mkUxxl" alt=""><figcaption><p>Re-assign license confirmation dialogue</p></figcaption></figure>
6. You will now notice that the license has been re-assigned to a new user and a new entry was added to the **History** **Panel** to reflect this change.

   <figure><img src="/files/vFtX1o5CImYsJGP5TXoy" alt=""><figcaption><p>ShowAdmin License Manager highlighting changed user</p></figcaption></figure>


---

# 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://wiki.pacpost.com/public-wiki/show-admin-controls/license-manager/re-assigning-licenses.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.
