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

# Manage Users

> Manage Users: Oversee user access and roles for dbt™ projects in Paradime. Ensure efficient team management.

export const Arcade = ({src, title}) => <div style={{
  position: 'relative',
  paddingBottom: 'calc(56.2225% + 41px)',
  height: 0,
  width: '100%'
}}>
    <iframe src={src} title={title} frameBorder="0" loading="lazy" allow="clipboard-write" allowFullScreen style={{
  position: 'absolute',
  top: 0,
  left: 0,
  width: '100%',
  height: '100%',
  colorScheme: 'light'
}} />
  </div>;

<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](/developers/graphql-api/api-reference/user-management-api)
  * Use [python SDK](/developers/python-sdk/modules/user-management)
</Info>

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 src="https://demo.arcade.software/mNINJBGI4hFl3WtJlONt?embed&embed_mobile=tab&embed_desktop=inline&show_copy_link=true" title="Manage Users" />

## 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.

<Info>
  Disables users will be displayed in the `Disabled` tab in Paradime User Management
</Info>

<Arcade src="https://demo.arcade.software/LfxzMSzoUymraoZhFItl?embed&embed_mobile=tab&embed_desktop=inline&show_copy_link=true" title="Manage Users" />

## 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.

<Info>
  Re-enabled users will be displayed in the `Active` tab in Paradime User Management
</Info>

<Arcade src="https://demo.arcade.software/wrP2Ek3VP80ViPhJhEEM?embed&embed_mobile=tab&embed_desktop=inline&show_copy_link=true" title="Manage Users" />


## Related topics

- [Users](/products/settings/users/index.md)
- [Users and licences](/products/settings/users/users-and-licences.md)
- [Managing Users in the Workspace](/guides/paradime-101/getting-started-with-your-paradime-workspace/managing-users-in-the-workspace.md)
- [Default Roles and Permissions](/products/settings/users/roles-and-permissions.md)
- [Role-based access control](/products/settings/users/role-based-access-control.md)
