# Managing Users

Admins have the ability to edit user details by clicking on the users tab on the left side of the admin application. &#x20;

The **Users** tab has multiple filter options to include:

{% tabs %}
{% tab title="Legal User Type" %}

* US Government
* Contractor-US Gov
* Foreign Gov
* Public
  {% endtab %}

{% tab title="Filter By Role" %}

* Auditor
* Admin
* Creator
* No Role
  {% endtab %}

{% tab title="Filter By Studio Group" %}
List will contain platform "Studio Groups"
{% endtab %}

{% tab title="Filter By Contractor " %}
List will contain platform "Contractor"
{% endtab %}
{% endtabs %}

## Active Users

The active users tab will display current "active" platform users. The table contains:\
\
**User Info**

* First / Last Name
* User handle

**Moderation Status**

The users current moderation status.

**Role(s)**

The users assigned roles within the platform.

**Account Type**

The users designated account type.

<figure><img src="/files/OcRMDEj9qYJmcsvRUiUK" alt=""><figcaption></figcaption></figure>

**Click** the "Edit" pencil under the actions column of any user to open their profile page.&#x20;

<figure><img src="/files/euaEfRDAhYRP2xHotJPe" alt="" width="72"><figcaption></figcaption></figure>

Here the admin can navigate and edit any of the following tabs in the users profile:

* Edit User
* Password
* Moderation - Coming soon
* Studio Groups
* Learner Record
* Deactivate User&#x20;

<figure><img src="/files/4FzV5I7GIa4yLQ5PykJT" alt=""><figcaption></figcaption></figure>

After making a change you must **click** "Submit Changes" to **save**.

<figure><img src="/files/EbBYJDIwwwjcHNx2p6sX" alt=""><figcaption></figcaption></figure>

### Password

Admin can reset a users password to a temporory one that will automatically have them reset once they log in using that temporary password.&#x20;

<figure><img src="/files/BFV8mdY4IAemy66KFIkp" alt=""><figcaption></figcaption></figure>

#### Studio Groups

A studio group is a collective of users who create, upload, and manage content on MOTAR. Assets on MOTAR are created and managed by the Studio Group, not by individuals (this prevents assets from being locked by an individual user). The Studio group can represent an entire organization or a specific part of an organization.

**Click** the "Add to Studio Group" button to bring up the *add user to stidio group* modal.

<figure><img src="/files/2IHTjnEvCXck82qxqBz8" alt=""><figcaption></figcaption></figure>

**Select t**he studio group you wish to add the user to and **Click** the "Add" button. You can also type the studio group's name.

<figure><img src="/files/q0h7n6MTQZxb4X0OAt8z" alt=""><figcaption></figcaption></figure>

Once a user is added to a studio group, they will automatically be assigned the [creator role.](https://app.gitbook.com/o/-LVczVIRnIFIRo5llDYg/s/VJV84grXWXSLppsAzVKx/~/edit/~/changes/480/motar-core-services/intro-to-core-services/admin/users#role-s)

<figure><img src="/files/9MnV6GwpFwLR2cj2Tyh7" alt=""><figcaption></figcaption></figure>

#### Deactivate&#x20;

**Click** on the "edit pencil" next to the user whom you want to deactivate. The admin user will be redirected to the "edit view".

![](/files/lMCjLXmk8jZIVLOyU9kI)<br>

From the edit view tab, **Click** on the "Deactivate User" tab. On this view the admin user can "deactivate" an "active" platform user. This action will deactivate the user and list the user to the "deactivated users" tab within the users menu.&#x20;

**Select** the "Deactivate Account" input field, **Type** "Deactivate Account" and **Click** "Deactivate"

<figure><img src="/files/tRvPJ6vJgzJrhPvDUByj" alt=""><figcaption></figcaption></figure>

**Select** the "Deactivate Button" to complete the flow.

## Deactivated Users

The deactivated users tab will display deactivated platform users. On this view the following is visible to the admin:

* User Info
* Deactivated "status chip"
* Activate User button

### Activate User

**Select** the "Activate User" button to "*activate*" the user again! This will move the user back to the "Active Users" tab.&#x20;

After reactivation the user can login to the platform again.

<figure><img src="/files/Bi7Jm1Dgu6tjoq2iUBIs" alt=""><figcaption></figcaption></figure>

Changing or Removing Partner Company

To change or remove a user from a Partner company, see [Managing Users](/motar-core-services/intro-to-core-services/admin/partners-or-contractors/managing-users.md)


---

# Agent Instructions: 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:

```
GET https://docs.motar.com/motar-core-services/intro-to-core-services/admin/users/managing-users.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
