---
title: "POST /user/{userID}/credential-password-ip/{credential-password-ipID}/ip"
method: POST
path: "/user/{userID}/credential-password-ip/{credential-password-ipID}/ip"
tags: ["ip"]
---

# POST /user/{userID}/credential-password-ip/{credential-password-ipID}/ip

`POST /user/{userID}/credential-password-ip/{credential-password-ipID}/ip`

Manage the IPs which may be used for a credential of a user for server authentication.

## Path parameters

- `userID` integer, required
- `credential-password-ipID` integer, required

## Headers

- `Cache-Control` string
- `User-Agent` string, required
- `X-Bunq-Language` string
- `X-Bunq-Region` string
- `X-Bunq-Client-Request-Id` string
- `X-Bunq-Geolocation` string
- `X-Bunq-Client-Authentication` string, required

## Request body

- PermittedIp
  - `ip` string, required — The IP address.
  - `status` string — The status of the IP. May be "ACTIVE" or "INACTIVE". It is only possible to make requests from "ACTIVE" IP addresses. Only "ACTIVE" IPs will be billed.

## Response `200`

Manage the IPs which may be used for a credential of a user for server authentication.

- PermittedIpCreate
  - `Id` BunqId
    - `id` integer — An integer ID of an object. Unique per object type.

## Other responses

- `400` — This is how the error response looks like for 4XX response codes

---

[API](https://skmtc.net/bunq/apis/bunq-api.md) · [All operations](https://skmtc.net/bunq/apis/bunq-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bunq/bunq-api/revisions/369477c7bd26/schema)
