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

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

    XMLWordPrintable

Details

    • 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

      Summary

      The REST API endpoint to bulk get users (GET /rest/api/3/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

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

       

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              dbonotto Dario B
              Votes:
              2 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated: