We are using Power Automate to create some flows to create Jira issues. All is working successfully, but we’d like to insert the Reporter as the person submitting the form. We have to pass the ‘accountId’ of the user, so is there an API I can call by passing in the user’s email address and returning the ‘accountId’ that I can pass in?
Thanks in advance,
Chris
Hi @ChrisGreen ,
Given an email address, you can try Find users API if it fits your use case.
EDIT:
You can pass the email address in the query
query parameter just like /rest/api/3/user/search?query=ian@myemail.com
. The accountId
will be part of the response.
Cheers,
Ian
1 Like
Hello @ChrisGreen
The Find users endpoint.
— Rats. Pipped by seconds 
1 Like
@iragudo - Boom! Thanks so much!
Chris
1 Like