-
Type:
Suggestion
-
Resolution: Unresolved
-
Component/s: Directory - Organizations REST API
-
2
Feature Request: Enhanced API Error Messaging
Improve the API error messages to provide specific details about which licenses have been exceeded while using the following Org API.
{ "errors": [ { "code": "ADMIN-400-32", "status": "400", "title": "TOO_MANY_LICENSE_BREACHES", "detail": "This operation cannot be processed as it modifies too many groups while a product license is breaching." } ] }
This enhancement will help administrators quickly identify and resolve licensing issues without having to manually check each product.
Currently, the API error messages do not specify which licenses are causing the issue, leading to delays in troubleshooting and resolution. In example CES-97868