---
title: "Bulk-update a zone's users (and their associated configurations)"
method: PATCH
path: "/orgs/{orgId}/zones/{zoneId}/zoneUsers"
tags: ["orgs/zones"]
---

# Bulk-update a zone's users (and their associated configurations)

`PATCH /orgs/{orgId}/zones/{zoneId}/zoneUsers`

__JWT is required for this endpoint with at least one of the following scopes__: o{params.orgId}-site:w,o{params.orgId}-siteGeneral:w,o:w,s-o:w<br/><br/>__Endpoint name__: updateZoneZoneUsers

## Path parameters

- `orgId` integer, required
- `zoneId` integer, required

## Request body

- object
  - `add` object[]
    - `userId` integer, required
    - `scheduleId` integer, nullable, required
  - `remove` object[]
    - `userId` integer, required

## Response `204`

No Content

---

[API](https://skmtc.net/openpath/apis/openpath-api-documentation.md) · [All operations](https://skmtc.net/openpath/apis/openpath-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/openpath/openpath-api-documentation/versions/d8a888c114fa/schema)
