The REST API endpoint to bulk get users should use POST instead of GET

XMLWordPrintable

      Summary

      The REST API endpoint to Get multiple users using ids (GET /wiki/rest/api/user/bulk) is using the GET method instead of POST, and this can cause issues when passing too many Atlassian Accounts IDs as URL parameters, resulting in error 400 or 414.

       

      Proposed solution

      Using the POST method instead, so that the AAIDs will be added to the request body/payload rather than to the URL.  

            Assignee:
            Unassigned
            Reporter:
            Vinicius Benedini
            Votes:
            1 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: