Hi,
We are using the endpoint /cc/api/user/enabled in order to enable or disable accounts at UI level. This has always been working, well right now the endpoints seems to be failing with a 500 errror:
{
"msg_template": "java.lang.StackOverflowError",
"slpt_error_code": "SLPT-1005",
"formatted_msg": "(SLPT-1005) java.lang.StackOverflowError",
"exception_id": "187A49D9540",
"error_code": 1005,
"exception_class": "java.lang.StackOverflowError",
"exception_detail": {
"file": "UserService.groovy",
"method": "setEnabled",
"line_number": 1348,
"class": "com.cloudmasons.UserService"
},
"http_response_code": 500,
"timestamp": "2023-04-21 16:20:03.520",
"exception_message": null
}
This is running in all clients we have and while do we know CC endpoints are getting deprecated in december we are still not there.
Issue seems to be present on sandbox.
Any idea?