> ## Documentation Index
> Fetch the complete documentation index at: https://developers.explorium.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# User Management

## Overview

Managing users within your Explorium account ensures that the right people have the correct access levels. Admin users can invite new users, assign roles, and remove access when needed, maintaining control over API and services.

<Icon icon="thumbtack" size={22} color="red" iconType="solid" /> **Why is this important?**

* Ensures **secure and organized** access to the services.
* Allows businesses to **assign roles** according to responsibilities.
* Provides visibility into **who is using the system** and their actions.

<Frame>
  <img src="https://mintcdn.com/explorium/TmftfUQ2HnGT0gSe/images/reference/24a7a423530a34a63f5221b988d339501636594c679d90807fbc8dce10d3eceb-image.png?fit=max&auto=format&n=TmftfUQ2HnGT0gSe&q=85&s=77c5d189654da3d5fa5007daeaf9f9b1" alt="" width="1134" height="333" data-path="images/reference/24a7a423530a34a63f5221b988d339501636594c679d90807fbc8dce10d3eceb-image.png" />
</Frame>

## User Management Actions

### Invite a New User

<Steps>
  <Step>
    Click the **"Invite User"** button.
  </Step>

  <Step>
    Enter the **email address** of the new user.
  </Step>

  <Step>
    Click **"Send Invitation"** – the user will receive an email with instructions to join.
  </Step>
</Steps>

<Note>
  **Note:**

  Only Admin users can invite new members.
</Note>

### Promote a User to Admin

<Steps>
  <Step>
    Find the user in the list.
  </Step>

  <Step>
    Click the **Actions menu (⋮)** next to their name.
  </Step>

  <Step>
    Select **"Make Admin"** – this grants admin privileges.
  </Step>
</Steps>

### Remove a User

<Steps>
  <Step>
    Click the **Actions menu (⋮)** next to their name.
  </Step>

  <Step>
    Select **"Delete"** – this revokes their access immediately.
  </Step>
</Steps>

### Monitor User Activity

* View **last active timestamps** to track engagement.

<Tip>
  **Tip:**

  Regularly audit user access to ensure security compliance.
</Tip>
