Github API - Test Config

GET /orgs/{org}/teams/{team_slug}
orgs
teams

Gets a team using the team's slug. To create the slug, GitHub replaces special characters in the name string, changes all words to lowercase, and replaces spaces with a - separator. For example, "My TEam Näme" would become my-team-name.

Note: You can also specify a team by org_id and team_id using the route GET /organizations/{org_id}/team/{team_id}.
Get a team by name

Arguments
key org

org [scalar]

The organization name. The name is not case sensitive.

API:
Github Open API
(version: 1.1.4)

key team-slug

team-slug [scalar]

The slug of the team name.

API:
Github Open API
(version: 1.1.4)

Returns
200 application/json team-full

team-full [object]

Groups of organization members that gives permissions on specified repositories.

Attributes
created_at string

description string

html_url string

id integer

Unique identifier of the team

ldap_dn string

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

members_count integer

members_url string

name string

Name of the team

node_id string

organization team-organization

permission string

Permission that the team will have for its repositories

privacy string

The level of privacy this team should have

repos_count integer

repositories_url string

slug string

updated_at string

url string

URL for the team

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

not_found [scalar]

Resource not found

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