ListIDPGroupsInOrganization function that implements the /orgs/ORG/team-sync/groups endpoint, doesn't have the parameter to pre-filter results:
q string
Filters the results to return only those that begin with the value specified by this parameter. For example, a value of ab will return results that begin with "ab".
For organizations that have thousands of IdP groups, this makes using this function very slow. Please see integrations/terraform-provider-github#1809 for more context on how this affects the GitHub Terraform provider.
I'm requesting to add this parameter to the function to fully implement the API specification and enable downstream consumers.
ListIDPGroupsInOrganizationfunction that implements the/orgs/ORG/team-sync/groupsendpoint, doesn't have the parameter to pre-filter results:For organizations that have thousands of IdP groups, this makes using this function very slow. Please see integrations/terraform-provider-github#1809 for more context on how this affects the GitHub Terraform provider.
I'm requesting to add this parameter to the function to fully implement the API specification and enable downstream consumers.