---
title: "Bulk modify users proxy settings"
method: POST
path: "/api/users/bulk/proxy_settings"
tags: ["User"]
---

# Bulk modify users proxy settings

`POST /api/users/bulk/proxy_settings`

## Request body

- BulkUsersProxy
  - `dry_run` boolean
  - `group_ids` integer[]
  - `admins` integer[]
  - `users` integer[]
  - `status` UserStatus[]
  - `expire_after` string, date-time, nullable
  - `expire_before` string, date-time, nullable
  - `method` 'aes-128-gcm' | 'aes-256-gcm' | 'chacha20-ietf-poly1305' | 'xchacha20-poly1305'

## Response `200`

Success confirmation

- unknown

## Other responses

- `401` — Unauthorized Error
- `422` — Validation Error

---

[API](https://skmtc.dev/socialser/apis/pasarguardapi.md) · [All operations](https://skmtc.dev/socialser/apis/pasarguardapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/socialser/pasarguardapi/revisions/4b082bbcb6c3/schema)
