FusionAuth / fusionauth-python-client

FusionAuth Python Client
https://fusionauth.io
Apache License 2.0
24 stars 12 forks source link

Feature request: add search by ID to identity provider API #22

Closed ypankovych closed 11 months ago

ypankovych commented 1 year ago

Please add searching by ID to the identity provider API.

Current workaround: adding the ID to provider name.

mooreds commented 1 year ago

Thanks for the feature request.

The way we'd do this would be to add the API and a JSON file to this repository: https://github.com/fusionauth/fusionauth-client-builder

I added this tracking issue in our main GH issues repository: https://github.com/FusionAuth/fusionauth-issues/issues/2401

robotdan commented 1 year ago

We don't generally search by Id since this is unique. Instead we have a retrieve by Id. Is this what you're looking for?