-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Low
-
Affects Version/s: 6.13.13, 7.0.1, 8.5.22, 9.2.7
-
Component/s: User - Profile
-
7
-
Severity 2 - Major
-
3
Issue Summary
The GET user method isn't returning the email address even though the instance email visibility configuration is set to public. This has been occurring since 7.0.1-RC1
Steps to Reproduce
- Make email visibility public in security configuration
- Call /rest/api/latest/user?username=xxx
Expected Results
Email should be returned, like on releases prior to 7.0.1-RC1
Actual Results
Email field is missing.
Workaround
Currently there is no known workaround for this behavior. A workaround will be added here when available