From 0a533d1ec5ba5db8fef76cae3f7762aa19e990e0 Mon Sep 17 00:00:00 2001 From: Jessika Duquette <77691645+jessikad-google@users.noreply.github.com> Date: Fri, 11 Apr 2025 15:59:08 -0400 Subject: [PATCH] Replacing dormant users report request URL Replacing URL to reflect reality of where you can get the dormant user report generated on github website --- github_nonpublic_api/api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/github_nonpublic_api/api.py b/github_nonpublic_api/api.py index 3a988d7..e6f73f6 100644 --- a/github_nonpublic_api/api.py +++ b/github_nonpublic_api/api.py @@ -118,7 +118,7 @@ def _tfa_callback(data): _REQUEST_USAGE_URL = "https://github.com/enterprises/{enterprise_name}/settings/billing" _USAGE_REPORT_URL = "https://github.com/enterprises/{enterprise_name}/settings/metered_exports/{report_id}" _REQUEST_DORMANTUSERS_URL = ( - "https://github.com/enterprises/{enterprise_name}/settings/billing" + "https://github.com/enterprises/{enterprise_name}/settings/compliance" ) _UPDATE_APP_INSTALL_URL = "https://github.com/organizations/{org_name}/settings/installations/{app_install_id}/permissions/update" _UPDATE_SECURITY_ANALYSIS_URL = (