Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How to get reporter email using REST API

Marcelo Mella March 12, 2024

I have a Service Desk configured to receive tickets from 2 different companies
acmecorp.com and acmeinc.com. They have different SLA.
I need to differentiate users from one company and the other, but i can't access email information to see the domain that the user belongs.
Any workaround?

1 answer

1 vote
Fabio Racobaldo _Herzum_
Community Champion
March 26, 2024

Hi @Marcelo Mella  and welcome,

you could retrieve all information about a single user through the following REST API https://docs.atlassian.com/software/jira/docs/api/REST/9.14.0/#api/2/user-getUser

Example : "http://www.example.com/jira/rest/api/2/user?username=fred

Hope this helps,

Fabio

Marcelo Mella March 26, 2024

Thanks Fabio, i have just realized i posted in Jira Server and the question is for Cloud

Suggest an answer

Log in or Sign up to answer