---
title: "List security manager teams"
method: GET
path: "/orgs/{org}/security-managers"
tags: ["orgs"]
deprecated: true
---

# List security manager teams

`GET /orgs/{org}/security-managers`

> **Deprecated.**

> [!WARNING]
> **Closing down notice:** This operation is closing down and will be removed starting January 1, 2026. Please use the "[Organization Roles](https://docs.github.com/rest/orgs/organization-roles)" endpoints instead.

## Path parameters

- `org` string, required

## Response `200`

Response

- TeamSimple[]
  - `id` integer, required — Unique identifier of the team
  - `node_id` string, required
  - `url` string, uri, required — URL for the team
  - `members_url` string, required
  - `name` string, required — Name of the team
  - `description` string, nullable, required — Description of the team
  - `permission` string, required — Permission that the team will have for its repositories
  - `privacy` string — The level of privacy this team should have
  - `notification_setting` string — The notification setting the team has set
  - `html_url` string, uri, required
  - `repositories_url` string, uri, required
  - `slug` string, required
  - `ldap_dn` string — Distinguished Name (DN) that team maps to within LDAP environment
  - `type` 'enterprise' | 'organization', required — The ownership type of the team
  - `organization_id` integer — Unique identifier of the organization to which this team belongs
  - `enterprise_id` integer — Unique identifier of the enterprise to which this team belongs

---

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