# Manage Users

{% hint style="info" %}
**Paradime offers an API to provide flexible options for managing users access and roles for your Paradime workspaces.**

Check our guides here:

* Use [GraphQL or cURL](/app-help/developers/graphql-api/examples/user-management-api.md)
* Use [python SDK](/app-help/developers/python-sdk/modules/user-management.md)
  {% endhint %}

The user management page lists all user accounts on your Paradime instance. Click on the ⚙️ Cog icon in the top navbar and go to *Account Settings > Team.*

Active users within your organization, will be listed in the `Active` tab.

## Update Roles or Team name

To upgrade or downgrade a user's Role or Team in Paradime, click on `Edit` on the top-right and use the dropdown menu to select a new role or change or update the team name.

Click on the `Save` button on the top-right to confirm your changes.

{% @arcade/embed url="<https://app.arcade.software/share/mNINJBGI4hFl3WtJlONt>" flowId="mNINJBGI4hFl3WtJlONt" %}

## Disable users

To prevent user access to Paradime, it is typically best practice to disable the user account. To disable a user account, click on `Edit` on the top-right and select Disable user from the three-dot Options menu to the right of the user’s row.

Click on the `Save` button on the top-right to confirm your changes.

{% hint style="info" %}
Disables users will be displayed in the `Disabled` tab in Paradime User Management
{% endhint %}

{% @arcade/embed url="<https://app.arcade.software/share/LfxzMSzoUymraoZhFItl>" flowId="LfxzMSzoUymraoZhFItl" %}

## Re-enable users

To re-enable a user account, click on `Edit` on the top-right and select Enable user from the three-dot Options menu to the right of the user’s row.

Click on the `Save` button on the top-right to confirm your changes.

{% hint style="info" %}
Re-enabled users will be displayed in the `Active` tab in Paradime User Management
{% endhint %}

{% @arcade/embed url="<https://app.arcade.software/share/wrP2Ek3VP80ViPhJhEEM>" flowId="wrP2Ek3VP80ViPhJhEEM" %}


---

# 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.paradime.io/app-help/documentation/settings/users/manage-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.
