> For the complete documentation index, see [llms.txt](https://docs.perkville.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.perkville.com/features/settings/prohibit-customers.md).

# Prohibit Customers

To ban or unban users in your Perkville rewards program, you need to access the "Prohibit Customers" settings

The "Prohibit Customers" function in Perkville allows businesses to manage access to their rewards program by restricting certain users from participating. Please review the below steps to ban or unban users.

## Banning a User

1. **Log in to Your Perkville Admin Account**: Start by logging into the Perkville admin portal.
2. **Select Settings from the My Business menu:** Click "My Business" in the top menu and then "Settings" from the dropdown
3. **Select "Prohibit Customers"**: In the settings menu under "Business", find and click on "Prohibit Customers."
4. **Add the User's Email**: Under the "Prohibit Customers" tab, you will see a text box where you can add emails. Type in the email addresses of the users you want to ban. Make sure to enter each email address on a separate line.
5. **Save Changes**: After entering the emails, click the **Save** button to enforce the ban. These users will now be prohibited from participating in the rewards program.

## Unbanning a User

1. **Go to "Prohibit Customers" Settings**: Follow the same steps to navigate to the "Prohibit Customers" settings.
2. **Switch to "Allow Customers" Tab**: Once in the "Prohibit Customers" settings, switch to the "Allow Customers" tab.
3. **Remove the User's Email**: In the text box under "Remove emails from prohibited list," enter the email addresses of the users you want to unban, each on a separate line.
4. **Save Changes**: Click the **Save** button to remove these users from the prohibited list, allowing them to participate in the rewards program again.

## Identifying Banned Users

When viewing a customer's profile, the following details help you identify that the user is banned:

1. **Banner Label**: The customer’s name is followed by a label in blue text that reads "(Banned)."
2. **Rewards Program Status**: On the right-hand side of the customer’s page, the rewards program status (should reflect your business name) will show "Banned."
3. **Eligibility to Earn or Redeem**: The "Eligible to earn or redeem?" section will show red crossed circle, confirming that the user is not allowed to earn or redeem points. The "Allowed to join?" section also will have a red crossed circle.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.perkville.com/features/settings/prohibit-customers.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
