copilot_slash_get_copilot_organization_details

Function copilot_slash_get_copilot_organization_details 

Source
pub async fn copilot_slash_get_copilot_organization_details(
    configuration: &Configuration,
    org: &str,
) -> Result<CopilotOrganizationDetails, Error<CopilotSlashGetCopilotOrganizationDetailsError>>
Expand description

Note: This endpoint is in beta and is subject to change. Gets information about an organization’s Copilot subscription, including seat breakdown and code matching policies. To configure these settings, go to your organization’s settings on GitHub.com. For more information, see "Managing policies for Copilot in your organization". Only organization owners can configure and view details about the organization’s Copilot Business subscription. OAuth app tokens and personal access tokens (classic) need the manage_billing:copilot scope to use this endpoint.