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

# List security manager teams

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

Lists teams that are security managers for an organization. For more information, see "[Managing security managers in your organization](https://docs.github.com/enterprise-server@3.7/organizations/managing-peoples-access-to-your-organization-with-roles/managing-security-managers-in-your-organization)."

To use this endpoint, you must be an administrator or security manager for the organization, and you must use an access token with the `read:org` scope.

GitHub Apps must have the `administration` organization read permission to use this endpoint.

## 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
  - `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

---

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