Github API - Test Config

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

Lists teams that are security managers for an organization. For more information, see "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.
List security manager teams

Arguments
key org

org [scalar]

The organization name. The name is not case sensitive.

API:
Github Open API
(version: 1.1.4)

Returns
200 application/json team-simple []

team-simple [object]

Groups of organization members that gives permissions on specified repositories.

Attributes
description string

Description of the team

html_url string

id integer

Unique identifier of the team

ldap_dn string

Distinguished Name (DN) that team maps to within LDAP environment

members_url string

name string

Name of the team

node_id string

permission string

Permission that the team will have for its repositories

privacy string

The level of privacy this team should have

repositories_url string

slug string

url string

URL for the team

API:
Github Open API
(version: 1.1.4)
API:
Github Open API
(version: 1.1.4)