Open
Description
Problem trying to solve
GDPR enabled, there is no way to get the email address of the user from conn.user(account_id)
Implement /rest/api//user/email which can lookup the user by accountId and return the response as:
{"accountId":"<string>","email":"<string>"}
Possible solution(s)
No response
Alternatives
No response
Additional Context
No response