# IP Authorization

As well as basic username and password authentication. The API allows ProxyUser objects to have a whitelist of IP addresses which they can authenticate from without using a username or password.

This type of authentication only works on ISP and Datacenter Proxy products.

#### Limitations

<table><thead><tr><th>Type</th><th>Default Limit</th><th>Exceed Response</th></tr></thead><tbody><tr><td>Number of IPAuthorization Per ProxyUser</td><td>3</td><td><pre><code>422
</code></pre></td></tr><tr><td>Unique IP Address for IPAuthorization across entire network</td><td>N/A</td><td><pre><code>409
</code></pre></td></tr></tbody></table>

{% hint style="info" %}
There is a Unique IP Address for IPAuthorization across entire network limitation. This means only a single ProxyUser can have a distinct IP address assigned to their IPAuthorization at any given time.
{% 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://internal.developer.documentation.private.user.pingproxies.com/proxy-user-management/ip-authorization.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.
