# User Roles

## Organization Level Roles

### Organization Owner

Mprove users can create new organizations. The creator of the organization is given **Organization Owner** role. It can be changed on the Organization Account page.

**Organization Owner** can do the following:

- create new projects within the organization
- view the Organization Users page

<Callout type="info">
"Organization Users" page contains a list of all members of all
  projects related to this organization.

To add or remove users in your organization, use "Project Team" page.

</Callout>

## Project Level Roles

Project member can have one or more predefined roles:

- **Base**
- **Explorer**
- **FilesEditor**
- **ProjectAdmin**

### Base

Any project member has a **Base** role that allows them to:

- View and filter reports
- View and filter dashboards
- View files
- Switch between branches of Production repository

### Explorer

Users with **Explorer** role can do the following:

- Explore models
- Create charts, reports and dashboards
- Save changes to their charts, reports and dashboards

### FilesEditor

Users with **FilesEditor** role can do the following:

- Edit files
- Save changes to any reports, charts and dashboards
- Switch between Dev and Production repositories
- Switch between branches of Production repository
- Switch between branches of Dev repository
- Perform [.git related user actions](/content/docs/version-control#user-actions)
  {/* - Add and remove project environment variables */}

### ProjectAdmin

Users with **ProjectAdmin** role can do the following:

- Edit project member roles
- Edit project settings
- Add and remove project environments
- Add and remove project connections
- Add and remove project members
