> For the complete documentation index, see [llms.txt](https://docs.verifone.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.verifone.com/support-us/payware-connect/user-management/store-portal/creating-a-user.md).

# Creating a User

Create a new user in the Store Portal.

{% hint style="info" %}
**Use this when** you need to add a new user to the Store Portal.
{% endhint %}

This page covers how to create a new Store Portal user, set their password, and configure their access.

## Create a new user

{% stepper %}
{% step %}

### Open User Manager

Select **Account Admin** from the main sign-in page, then select **User Manager**. The **User Search/Maintenance** window opens.

{% hint style="info" %}
Initially, the table contains the default Administrator user. Do not use this account for daily transactions.
{% endhint %}
{% endstep %}

{% step %}

### Select New

Select **New** to open the **Create New User** window.
{% endstep %}

{% step %}

### Enter the user's details

Complete the user details:

* **User ID** — Enter a username of up to eight characters. This field is not case-sensitive.
* **Full Name** — Enter the user's first and last name. This field is not case-sensitive.
* **Password** — Enter a password, or select **Generate** to create one. Record the password securely for the user.
* **(Re-Key) Password** — Re-enter a manually created password.

Passwords are case-sensitive. A manually created password must include:

* At least eight characters
* At least three uppercase letters and three lowercase letters
* At least two digits
  {% endstep %}

{% step %}

### Configure the user's access

* **Enable Debit** — Select this option to allow debit card transactions.
* **Role** — Select the required access level. Only **Administrator** is available by default.
* **Select Payment Types** — Choose the payment types available to the user.
* **Select Transaction Types** — Choose the transaction types available to the user.

If the required role does not exist, save the user first. Create the role, then update the user's role. The role determines the level shown in **User Search/Maintenance**.
{% endstep %}

{% step %}

### Save the user

Select **Save**. PAYware Connect creates the user and returns to **User Search/Maintenance**.
{% endstep %}
{% endstepper %}

<details>

<summary>Keywords</summary>

Also called: add user, new user, create account, add employee. Search terms: user manager, create new user, account admin.

</details>


---

# 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.verifone.com/support-us/payware-connect/user-management/store-portal/creating-a-user.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.
