Hi!
I’m building a forge app for custom fields in Jira. In one case I need to fetch the current user email address which I do using the Jira API api.asUser().requestJira(route
/rest/api/3/myself)
. Now that custom fields are being enabled for JSM I would like to be able to retrieve current JSM customers (unlicensed users) email address . I couldn’t find any servicedesk API for this and the “myself” endpoint is responding with 401 for the unlicensed users. Anyone having an idea of how to retrieve the email address of these users?