-
Suggestion
-
Resolution: Unresolved
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.
- duplicates
-
CONFCLOUD-76894 Provide a POST method for /wiki/rest/api/user/bulk
- Closed
- relates to
-
JRACLOUD-78790 The REST API endpoint to bulk get users should use POST instead of GET
- Closed
-
ECOHELP-28080 Loading...
- is resolved by
-
CCPERMS-1262 Loading...