---
title: "Set organization IP range allowlist"
method: PUT
path: "/organization/{organization_id}/config/api-client-ip-allowlist"
tags: ["Organizations"]
---

# Set organization IP range allowlist

`PUT /organization/{organization_id}/config/api-client-ip-allowlist`

## Path parameters

- `organization_id` string, required

## Request body

- OrganizationIPAllowListSetRequestBody — OrganizationIPAllowListSetRequestBody
  - `api_client_ip_allowlist` string[], required — List of allowed IP ranges
  - `api_client_ip_allowlist_enabled` boolean, required — If the IP allowlist is being enforced for this organization

## Response `204`

Set organization IP range allowlist

## Other responses

- `400` — Invalid request parameters
- `404` — Resource not found

---

[API](https://skmtc.dev/aiven/apis/aiven-api-documentation.md) · [All operations](https://skmtc.dev/aiven/apis/aiven-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/aiven/aiven-api-documentation/revisions/6577fedfd4a2/schema)
