---
title: "Trigger immediate entry permission recalculation & broadcast"
method: POST
path: "/orgs/{orgId}/triggerPermissionsChange"
tags: ["orgs/triggerPermissionsChange"]
---

# Trigger immediate entry permission recalculation & broadcast

`POST /orgs/{orgId}/triggerPermissionsChange`

This API forces the immediate recalculation and broadcast of all entry permissions for the specified org. Do not repeatedly call this for regular permissions recalculations.<br/><br/>This API request is often called once after a series of x-op-triggers:bypass header related permission change API calls.<br/><br/>__JWT is required for this endpoint with at least one of the following scopes__: o{params.orgId}-user:w,o:w,s-o:w<br/><br/>__Endpoint name__: triggerPermissionsChange

## Path parameters

- `orgId` integer, required

## Request body

- object
  - `includeZoneShares` boolean

## Response `200`

Successful

- object
  - `data` object
  - `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/revisions/d8a888c114fa/schema)
