# Exercise 8.9: Edit the existing view to filter out roles

As seen in the screenshot from the previous exercise, the view we built shows the site administrator user. If we had multiple users in the Site Administrator role, all administrators would be listed here, in our view. In this exercise we hide those administrator users, by adding a role filter to our view.

1. Go to *Structure* → *Views* and locate our *Members* view. Click the **Edit** button.
2. Click the **Add** button next to the *Filter Criteria* section.
3. Search for “roles” and select **Roles** filter. Apply the changes.
4. In the next screen, select **Is none of** *operator* and select the **Site Builder** in the **Options** list.

   <img src="https://3186608908-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LzAsrTcKaHnLDg-7ALW%2Fuploads%2Fgit-blob-0c566a84b09595e0d30bc5f31ecd1c89763b7f02%2FEx-8-9-Filter-Roles-1.png?alt=media" alt="Image of Members Filter settings" data-size="original">
5. Apply your changes and preview the result below.
6. Save the view and review the Members page. You shouldn’t see any users who have the **Site Builder** role.
