Closed Lakshan-Banneheke closed 9 months ago
After the fix we are receiving below error response.
"schemas": [
"urn:ietf:params:scim:api:messages:2.0:Error"
],
"detail": "Group name: ballers is already there in the system. Please pick another group name.",
"status": "409"
}
Describe the issue: When attempting to rename a group to an existing group name from the API, a 500 internal server error is occuring. There is a FE validation to prevent this, but it can be executed using the below API call.
The following internal server error is thrown.
How to reproduce: Execute the above API call by using the name of a group which already exists
Expected behavior: A 409 response should be sent back to the user and no errors should be thrown in the server
Environment information (Please complete the following information; remove any unnecessary fields) :