-
Bug
-
Resolution: Fixed
-
Low
-
Severity 3 - Minor
-
Issue Summary
According to documentation /wiki/rest/api/user/bulk endpoint supports 200 account IDs in bulk.
The maximum number of results returned. Currently API returns 200 results max. If more that 200 ids are passed first 200 will be returned.
However, when making such a large request with 200 accountIds, the request can return 500 internal server error in some cases.
Steps to Reproduce
- Use /rest/api/user/bulk to make a large bulk request with 200 accountIDs
Expected Results
the call is successful and result is returned.
Actual Results
500 Internal Server error is returned.
Workaround
Reduce the number of accountIds per call and make multiple calls instead.
- relates to
-
CCPERMS-1262 Loading...