Is your feature request related to a problem? Please describe.
My use case is the following:
Candidate fills out form.
n8n webhook gets called
Call rest API for All Surveys and loop through until I find the one matching the data received from webhook
Match up answers with questions and create a PDF with these included
Download their uploaded CV's from the form
Everything up to here works, but now I need to send an email with the data (CV, PDF, etc..) to the person who has created the form. I can see the User ID from when I find the matching Survey - but I do not see a way to get this persons info, so I can send them an email. I am stuck without any where to go at the moment. I might deliver the files some other way, but I would prefer to send them an email.
Describe the solution you'd like
A Rest API, where I can GET all users and receive all of their account info (ID, name, mail etc..).
It would be even better if I could call the API with the account ID in the request HEADER or BODY and only get info on the specific user.
Is your feature request related to a problem? Please describe.
My use case is the following:
Everything up to here works, but now I need to send an email with the data (CV, PDF, etc..) to the person who has created the form. I can see the User ID from when I find the matching Survey - but I do not see a way to get this persons info, so I can send them an email. I am stuck without any where to go at the moment. I might deliver the files some other way, but I would prefer to send them an email.
Describe the solution you'd like
A Rest API, where I can GET all users and receive all of their account info (ID, name, mail etc..). It would be even better if I could call the API with the account ID in the request HEADER or BODY and only get info on the specific user.
Additional context
No response