---
title: "Add a security manager team"
method: PUT
path: "/orgs/{org}/security-managers/teams/{team_slug}"
tags: ["orgs"]
---

# Add a security manager team

`PUT /orgs/{org}/security-managers/teams/{team_slug}`

Adds a team as a security manager for an organization. For more information, see "[Managing security for an organization](https://docs.github.com/enterprise-server@3.8/organizations/managing-peoples-access-to-your-organization-with-roles/managing-security-managers-in-your-organization) for an organization."

The authenticated user must be an administrator for the organization to use this endpoint.

OAuth app tokens and personal access tokens (classic) need the `write:org` scope to use this endpoint.

## Path parameters

- `org` string, required
- `team_slug` string, required

## Response `204`

Response

## Other responses

- `409` — The organization has reached the maximum number of security manager teams.

---

[API](https://skmtc.net/github/apis/ghes.md) · [All operations](https://skmtc.net/github/apis/ghes/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/github/ghes/revisions/5438365412fe/schema)
