Github API - Test Config

GET /orgs/{org}
orgs

To see many of the organization response values, you need to be an authenticated organization owner with the admin:org scope. When the value of two_factor_requirement_enabled is true, the organization requires all members, billing managers, and outside collaborators to enable two-factor authentication.

GitHub Apps with the Organization plan permission can use this endpoint to retrieve information about an organization's GitHub plan. See "Authenticating with GitHub Apps" for details. For an example response, see 'Response with GitHub plan information' below."
Get an organization

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 organization-full

organization-full [object]

Organization Full

Attributes
advanced_security_enabled_for_new_repositories boolean

Whether GitHub Advanced Security is enabled for new repositories and repositories transferred to this organization.

This field is only visible to organization owners or members of a team with the security manager role.

avatar_url string

billing_email string

blog string

collaborators integer

company string

created_at string

default_repository_permission string

dependabot_alerts_enabled_for_new_repositories boolean

Whether GitHub Advanced Security is automatically enabled for new repositories and repositories transferred to
this organization.

This field is only visible to organization owners or members of a team with the security manager role.

dependabot_security_updates_enabled_for_new_repositories boolean

Whether dependabot security updates are automatically enabled for new repositories and repositories transferred
to this organization.

This field is only visible to organization owners or members of a team with the security manager role.

dependency_graph_enabled_for_new_repositories boolean

Whether dependency graph is automatically enabled for new repositories and repositories transferred to this
organization.

This field is only visible to organization owners or members of a team with the security manager role.

description string

disk_usage integer

email string

events_url string

followers integer

following integer

has_organization_projects boolean

has_repository_projects boolean

hooks_url string

html_url string

id integer

is_verified boolean

issues_url string

location string

login string

members_allowed_repository_creation_type string

members_can_create_internal_repositories boolean

members_can_create_pages boolean

members_can_create_private_pages boolean

members_can_create_private_repositories boolean

members_can_create_public_pages boolean

members_can_create_public_repositories boolean

members_can_create_repositories boolean

members_can_fork_private_repositories boolean

members_url string

name string

node_id string

owned_private_repos integer

plan 2043

private_gists integer

public_gists integer

public_members_url string

public_repos integer

repos_url string

secret_scanning_enabled_for_new_repositories boolean

Whether secret scanning is automatically enabled for new repositories and repositories transferred to this
organization.

This field is only visible to organization owners or members of a team with the security manager role.

secret_scanning_push_protection_custom_link string

An optional URL string to display to contributors who are blocked from pushing a secret.

secret_scanning_push_protection_custom_link_enabled boolean

Whether a custom link is shown to contributors who are blocked from pushing a secret by push protection.

secret_scanning_push_protection_enabled_for_new_repositories boolean

Whether secret scanning push protection is automatically enabled for new repositories and repositories
transferred to this organization.

This field is only visible to organization owners or members of a team with the security manager role.

total_private_repos integer

twitter_username string

two_factor_requirement_enabled boolean

type string

updated_at string

url string

web_commit_signoff_required boolean

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)