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

# Get Effective Permissions Endpoint

`GET /getEffectivePermissions`

Returns effective task-based permissions for a user within a project.

For normal users:
- Start from role defaults for (project, role)
- Apply per-user overrides if present

Notes:
    - If user_id/role are omitted, they default to the authenticated user.
    - Non-super-admins can only request their own permissions.

## Query parameters

- `projectId` integer, required
- `userId` string, nullable
- `role` string, 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)
