# Managing Users & Roles

Effective user management is key to maintaining security and ensuring that your team members have the appropriate level of access to the BlueCallom platform. As a System Manager, you have granular control over user roles and permissions.

This guide will show you how to view your team, manage their roles, and update their status.

### Accessing the User Management Dashboard

All user and team management is handled within the **Corp Portal**.

1. From your main dashboard (**AgenticBlue Home**), click on the **Corp Portal** icon in the "My Applications" panel.
2. Inside the portal, navigate to the **Teams** tab. This is your central dashboard for viewing and managing all users within your company.

<div><figure><img src="/files/JOrPSh6Ej8uB3wEbzBLj" alt=""><figcaption></figcaption></figure> <figure><img src="/files/3wJ980tTZyudecdSpxFT" alt=""><figcaption></figcaption></figure></div>

### Managing an Individual User

The "User List" provides an at-a-glance overview of all users, their assigned roles, and their current status. To manage a specific user, you can edit their profile directly from this list.

1. Locate the user you wish to manage in the "User List".
2. In the **Action** column on the far right of the user's row, click on the edit icon.
3. A **"Manage Users"** window will appear, displaying the user's details and their current permissions.
4. In this window, you can:
   * **Assign or Revoke Roles:** Use the checkboxes under **Organization Roles** to grant or remove permissions. Key roles include `Sys Manager`, `Team Manager`, `Library Manager`, and `AI Developer`.
   * **Update User Status:** Change the user's account status between `Active` and `Disabled`.
   * **Disassociate User:** Remove a user from your company's account entirely.
5. Click **Save** to apply your changes.

<div><figure><img src="/files/mRrYaOc8WcgkKJ3LXRP0" alt=""><figcaption></figcaption></figure> <figure><img src="/files/lw05OAgtzIdwPh5XaSwU" alt=""><figcaption></figcaption></figure></div>

By using these tools, you can ensure that every user in your organization has the correct permissions for their role, maintaining a secure and efficient development environment.


---

# 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://bluecallom.gitbook.io/enterprise-ai-platform-guide/system-manager-guide/managing-users-and-roles.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.
