-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Low
-
Component/s: Directory - Unified User List
-
None
-
1
-
Severity 3 - Minor
Issue Summary
The Experimental Organization API "Get user" query status and AccountStatus does not correctly return for query parameters.
Steps to Reproduce
- Run the API for the below query parameters for the "get user" status
- Unexpected reasults are returned.
Expected Results
Test: status = not_invited
Expected: User's who are not invite show.
Test: accountStatus = inactive
Expected: Only inactive users are returned.
**
Test: accountStatus = closed
Expected: Users returned who have closed accountStatus.
Actual Results
Test: status = not_invited
Actual: Many users not matching the status 'not_invited' are returned.
Test: accountStatus = inactive
Actual: Active users are returned.
Test: accountStatus = closed
Actual: Users who are active are returned.
Workaround
Currently there is no known workaround for this behavior. A workaround will be added here when available
- mentioned in
-
Page Loading...