# Create An API User

Go to **Admin | Users** and click the *green* **Add User** button:

<figure><img src="/files/IcQVzme1dFpoOAz1a72Q" alt=""><figcaption></figcaption></figure>

&#x20; &#x20;

**Create New User:**

<figure><img src="/files/UoDuWcsbG0DWLwrYAHjy" alt=""><figcaption></figcaption></figure>

**Username:** Desired username for user (loginId on API requests)

**Email:** Email address for user (optional)

**Access Level:** Select 'Api User'

**Password:** Desired password **\*Note:** **The password must not have an "&" sign on it.** (password on API requests)

**Confirm:** Confirm Password

{% hint style="danger" %}

#### **IP Whitelist** <a href="#createanapiuser-ipwhitelist" id="createanapiuser-ipwhitelist"></a>

**For each API user that is created, you will need to whitelist the IP of the server making the API calls to CheckoutChamp.**

**Alternatively, you can enter AWS, GOOGLE, AZURE, CLOUDFLARE or DIGITAL\_OCEAN to whitelist the entire range used by those services**
{% endhint %}

{% hint style="warning" %}
***NOTE: API Users cannot log into the CRM. They can only send API calls to your instance.***
{% endhint %}


---

# Agent Instructions: 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:

```
GET https://help.checkoutchamp.com/crm/admin-setup/create-a-user/create-an-api-user.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
