---
title: "Get Effective Org Permissions Endpoint"
method: GET
path: "/getEffectiveOrgPermissions"
---

# Get Effective Org Permissions Endpoint

`GET /getEffectiveOrgPermissions`

Org-wide effective permissions for a user — NO project needed.

Permissions are per-organization-user now, so the app fetches this ONCE per
session (on login / reload) instead of once per project. Resolution:
role default → live-linked role preset → per-user org overrides, unioned
across the user's organizations. See get_effective_org_permissions_for_user.

- userId/role default to the authenticated user.
- Non-super-admins can only request their own permissions.

## Query parameters

- `userId` string, nullable
- `role` string, nullable
- `projectId` integer, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/pavoot/apis/fastapi.md) · [All operations](https://skmtc.dev/pavoot/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/pavoot/fastapi/revisions/16997cca6697/schema)
