Github API - Test Config

GET /teams/{team_id}
teams

Deprecation Notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the Get a team by name endpoint.
Get a team (Legacy)

Arguments
key team-id

team-id [scalar]

The unique identifier of the team.

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)