-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Low
-
Component/s: User management - Search
-
1
-
Severity 3 - Minor
Issue Summary
Find users and groups endpoint is not returning both users and groups when query param is empty.
if query= is used only groups are returned
if query=”” is used only users are returned
/rest/api/3/groupuserpicker
Steps to Reproduce
- Make a call to the endpoint mentioned above with query=
- confirm only groups are returned
- a call to the endpoint mentioned above with query=””
- Confirm only users are returned
Expected Results
Empty query should return both users and groups
Actual Results
depending on if the query is empty or a empty string it will return only users or only groups
Workaround
Currently there is no known workaround for this behavior. A workaround will be added here when available