Search + K

Command Palette

Search for a command to run...

Sign In

List security manager teams

Deprecated
GET /orgs/{org}/security-managers
Copy endpoint
https://api.github.com

[!WARNING] Closing down notice: This operation is closing down and will be removed starting January 1, 2026. Please use the "Organization Roles" endpoints instead.

Parameters

path Path Parameters

Name Type
org required

The organization name. The name is not case sensitive.

string

Responses

200 application/json

Response

interface TeamSimple {
id: number;
node_id: string;
url: string;
members_url: string;
name: string;
description: string | null;
permission: string;
privacy?: string;
notification_setting?: string;
html_url: string;
repositories_url: string;
slug: string;
ldap_dn?: string;
type: "enterprise" | "organization";
organization_id?: number;
enterprise_id?: number;
}
[]