---
title: "Reset anti-passback for a zone and/or user"
method: POST
path: "/orgs/{orgId}/zones/apbReset"
tags: ["orgs/zones"]
---

# Reset anti-passback for a zone and/or user

`POST /orgs/{orgId}/zones/apbReset`

__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__: resetApb

## Path parameters

- `orgId` integer, required

## Request body

- object[]
  - `zoneId` integer
  - `userId` integer

## Response `201`

Created

- object
  - `totalCount` integer
  - `filteredCount` integer
  - `data` object[]
    - `requestId` integer
    - `acus` object[]
      - `id` integer, required
      - `opal` string
  - `meta` object
    - `accessToken` object, nullable
      - `scopeUpdatedAt` string, date
    - `siteSpecificAccess` object, nullable
      - `isSiteSpecific` boolean
      - `siteIds` integer[], nullable
      - `siteIdsByScope` object, nullable
        - `string` integer[], nullable

---

[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)
