Uploaded image for project: 'Jira Cloud'
  1. Jira Cloud
  2. JRACLOUD-29069

/rest/api/latest/user/search api doesn't return all values if username is not specified

    XMLWordPrintable

Details

    • 2
    • 6
    • Our product teams collect and evaluate feedback from a number of different sources. To learn more about how we use customer feedback in the planning process, check out our new feature policy.

    Description

      NOTE: This suggestion is for JIRA Cloud. Using JIRA Server? See the corresponding suggestion.

      Summary

      Currently "/rest/api/latest/user/search" API does not return all users if search string is blank:

      • /rest/api/latest/user/search?username=

      Notes

      In various environments, it has been observed that setting username to one of the following characters will do the trick:

      • /rest/api/latest/user/search?username="" (double quotes)
      • /rest/api/latest/user/search?username='' (single quotes)
      • /rest/api/latest/user/search?username=. (dot)
      • /rest/api/latest/user/search?username=% (percent)
      • /rest/api/latest/user/search?username=_ (underscore)

      Also, maxResults and startAt seem to be functioning.

      For example, in JIRA 7.3, the following calls will return 5 users starting from the 3rd user in the list:

      Replace http://localhost:8730/jira with actual Base URL

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              0e6f24aeabfa yogesh.m90
              Votes:
              89 Vote for this issue
              Watchers:
              58 Start watching this issue

              Dates

                Created:
                Updated: