---
title: "Check team permissions for a project (Legacy)"
method: GET
path: "/teams/{team_id}/projects/{project_id}"
tags: ["teams"]
deprecated: true
---

# Check team permissions for a project (Legacy)

`GET /teams/{team_id}/projects/{project_id}`

> **Deprecated.**

**Deprecation Notice:** This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new [Check team permissions for a project](https://docs.github.com/enterprise-server@3.5/rest/reference/teams#check-team-permissions-for-a-project) endpoint.

Checks whether a team has `read`, `write`, or `admin` permissions for an organization project. The response includes projects inherited from a parent team.

## Path parameters

- `team_id` integer, required
- `project_id` integer, required

## Response `200`

Response

- TeamProject — A team's access to a project.
  - `owner_url` string, required
  - `url` string, required
  - `html_url` string, required
  - `columns_url` string, required
  - `id` integer, required
  - `node_id` string, required
  - `name` string, required
  - `body` string, nullable, required
  - `number` integer, required
  - `state` string, required
  - `creator` SimpleUser, required — A GitHub user.
    - `name` string, nullable
    - `email` string, nullable
    - `login` string, required
    - `id` integer, required
    - `node_id` string, required
    - `avatar_url` string, uri, required
    - `gravatar_id` string, nullable, required
    - `url` string, uri, required
    - `html_url` string, uri, required
    - `followers_url` string, uri, required
    - `following_url` string, required
    - `gists_url` string, required
    - `starred_url` string, required
    - `subscriptions_url` string, uri, required
    - `organizations_url` string, uri, required
    - `repos_url` string, uri, required
    - `events_url` string, required
    - `received_events_url` string, uri, required
    - `type` string, required
    - `site_admin` boolean, required
    - `starred_at` string
  - `created_at` string, required
  - `updated_at` string, required
  - `organization_permission` string — The organization permission for this project. Only present when owner is an organization.
  - `private` boolean — Whether the project is private or not. Only present when owner is an organization.
  - `permissions` object, required
    - `read` boolean, required
    - `write` boolean, required
    - `admin` boolean, required

## Other responses

- `404` — Not Found if project is not managed by this team

---

[API](https://skmtc.net/github/apis/github-v3-rest-api-4.md) · [All operations](https://skmtc.net/github/apis/github-v3-rest-api-4/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/github/github-v3-rest-api-4/versions/ee6c7a46328e/schema)
