The Experimental Organization API "Get user"  query status and AccountStatus  does not correctly return for query parameters. 

XMLWordPrintable

    • 3
    • Severity 3 - Minor

      Issue Summary

      The Experimental Organization API "Get user"  query status and AccountStatus  does not correctly return for query parameters. 

      The Organizations REST API

      Steps to Reproduce

      1. Run the API for the below query parameters for the "get user" status
      2. 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

              Assignee:
              Unassigned
              Reporter:
              Cole Norman
              Votes:
              1 Vote for this issue
              Watchers:
              7 Start watching this issue

                Created:
                Updated: