Closed
Description
ListIDPGroupsInOrganization
function that implements the /orgs/ORG/team-sync/groups
endpoint, doesn't have the parameter to pre-filter results:
q
stringFilters 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.