Best way to search a user's ORCID via name.
Is there any equivalent to what is essentially this page: https://orcid.org/orcid-search/search in the ORCID API ?
As in, and endpoint where I can just search as /api?name=john%20doe and get back their id as the response ?
Note: The API seems to have documentation, but that documentation doesn't include, as far as I've seen, any guidance to actually using the API, only pages which explain how the api should be used, without giving you the actual urls, query parameters or example calls... :/
Validating ORCID using javascript