# User Management

In this guide, you will create, edit, and delete users in Radiant Security to maintain an organized and secure environment.

### **Create users**

1. Open the left side menu.
2. Go to the **Settings** menu and select **Users**.
3. Click **+ Add User**
4. Enter the user's **email** and, optionally, their **name**.
5. Click **Send Invite**. The invitation email will be sent from **Radiant Security Team** <hello@app.radiantsecurity.ai> with the subject **“Welcome to Radiant Security”**.

{% hint style="info" %}
**Note:** All users are automatically assigned the **Admin** role.
{% endhint %}

<div data-full-width="false"><figure><img src="/files/6BtsAU4EHaKTQdujmXI4" alt=""><figcaption></figcaption></figure></div>

{% hint style="warning" %}
**Important Note:** If the invited user clicks the link and sees an error, they should contact their **Customer Success** representative for help.
{% endhint %}

### Disable or enable users

Disabling a user does not remove them from the system; it only prevents them from logging in while preserving their account history and settings. You can re-enable the user at any time.

**To disable a user**

1. Navigate to **Settings > Users**
2. Find the user you want to disable
3. Click the **Enable** toggle button to switch it off

**To enable a user**

1. Navigate to **Settings > Users**
2. Find the user whose account is disabled
3. Click the **Enable** toggle button to switch it on

**Edit users**

1. Open the left side menu.
2. Go to the **Settings** menu and select **Users**.
3. Locate the user to edit.
4. Hover over the user's name and click the icon that appears on the right side.

   <div align="left"><figure><img src="/files/SVLS58bWC0QYYzQ5iL2C" alt="" width="100"><figcaption></figcaption></figure></div>
5. In the right-side menu that appears, click **Actions** and select **Edit Details**.

   <div align="left"><figure><img src="/files/o8WJS87A05TeN3UyJIew" alt="" width="259"><figcaption></figcaption></figure></div>
6. Update the **Name** or **Email**.
7. Click **Save Changes** to apply the edits.

### **Delete users**

1. Open the left side menu.
2. Go to the **Settings** menu and select **Users**.
3. Locate the user to delete.
4. Hover over the user's name and click the icon that appears on the right side.

   <div align="left"><figure><img src="/files/SVLS58bWC0QYYzQ5iL2C" alt="" width="100"><figcaption></figcaption></figure></div>
5. In the right-side menu that appears, click **Actions** and select **Delete User**.

   <div align="left"><figure><img src="/files/xRm9HEeZXqhkGT57AWm2" alt="" width="255"><figcaption></figcaption></figure></div>
6. A confirmation message will appear:

   <div align="left"><figure><img src="/files/msgCj2Env48gv7BjIMnp" alt="" width="375"><figcaption></figcaption></figure></div>
7. Confirm the deletion by clicking **Delete User**, or cancel the operation by clicking **Cancel**.


---

# 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://help.radiantsecurity.ai/manage-radiant/organization-settings/user-management.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.
