> For the complete documentation index, see [llms.txt](https://docs.digitalsamba.com/reference/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.digitalsamba.com/reference/sdk/methods/minimizeuser.md).

# minimizeUser()

Minimizes (reverts fullscreen) the currently maximized (fullscreened) user content.

<pre class="language-javascript"><code class="lang-javascript"><strong>sambaFrame.minimizeUser();
</strong></code></pre>

**Sample use cases**:&#x20;

* Wanting to minimize the currently maximized content.

{% hint style="info" %}
**minimizeUser** is often used in conjunction with the [maximizeUser](/reference/sdk/methods/maximizeuser.md) method.
{% endhint %}
