How to pass email through from ORCID?

Hi!
I am trying to use the discourse-openid-connect plugin with ORCID. It works but only the family_name and given_name are imported into Discourse as ORCID seems to only deliver these attributes, sample response

 {"sub":"0000-0002-2601-8132","name":"Credit Name","family_name":"Jones","given_name":"Tom"}

see https://github.com/ORCID/ORCID-Source/blob/main/orcid-web/ORCID_AUTH_WITH_OPENID_CONNECT.md#authorization-code-flow

As stated here https://groups.google.com/g/orcid-api-users/c/OWCeZFUQrjg one has to make a subsequent call in order to get the email address. I wonder if this is possible with this or another plugin?