-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Low
-
None
-
Affects Version/s: 8.18.0
-
Component/s: REST API
-
None
-
8.18
-
1
-
Severity 3 - Minor
Issue Summary
REST API search (rest/api/2/user/picker?query="ab@domain.com") for users using email address is returning inaccurate results
Steps to Reproduce
- Create multiple users with email addresses like abc@domain.com, abcd@domain.com
- Now, using REST APIC query for users having email address ab@domain.com
- example: rest/api/2/user/picker?query="ab@domain.com"
Expected Results
- This should return no users
Actual Results
- but it's returning 2 users above i.e abc@domain.com, abcd@domain.com which do not have an exact email address but it's searching for matches in the first part excluding domain.com
Workaround
Currently, there is no known workaround for this behavior. A workaround will be added here when available
- relates to
-
JRACLOUD-82374 Inconsistent Results When Querying Users by Email in User Search REST API
-
- In Progress
-