---
title: "Check Organization Permission"
method: POST
path: "/auth/organization/has-permission"
tags: ["Organization Management"]
---

# Check Organization Permission

`POST /auth/organization/has-permission`

Check if the user has permission

## Request body

- object
  - `permission` object — The permission to check
  - `permissions` object, required — The permission to check

## Response `200`

Success

- object
  - `error` string
  - `success` boolean, required

## Other responses

- `401` — Missing or invalid credentials

## Changes

- **2026-08-24** `08bbb5bedb5d` — 2 breaking, 7 info
  - request body became required
  - removed the media type `application/json` for the response with the status `401`
  - the endpoint scheme security `bearerAuth` was removed from the API
  - request property `permission` reactivated
  - …5 more
- **2026-03-04** `21aca40b5846` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/usekaneo/apis/kaneo-api/changes/auth/organization/has-permission/post.md)

---

[API](https://skmtc.dev/usekaneo/apis/kaneo-api.md) · [All operations](https://skmtc.dev/usekaneo/apis/kaneo-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/usekaneo/kaneo-api/revisions/9d1da42c10ce/schema)
