---
title: "Get user permissions in organization"
method: GET
path: "/users/{username}/orgs/{org}/permissions"
tags: ["organization"]
---

# Get user permissions in organization

`GET /users/{username}/orgs/{org}/permissions`

## Path parameters

- `username` string, required
- `org` string, required

## Response `200`

OrganizationPermissions

- OrganizationPermissions — OrganizationPermissions list different users permissions on an organization
  - `can_create_repository` boolean — Whether the user can create repositories in the organization
  - `can_read` boolean — Whether the user can read the organization
  - `can_write` boolean — Whether the user can write to the organization
  - `is_admin` boolean — Whether the user is an admin of the organization
  - `is_owner` boolean — Whether the user is an owner of the organization

## Other responses

- `403` — APIForbiddenError is a forbidden error response
- `404` — APINotFound is a not found empty response

---

[API](https://skmtc.net/gitea/apis/gitea-api.md) · [All operations](https://skmtc.net/gitea/apis/gitea-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/gitea/gitea-api/revisions/350de506cefa/schema)
