Skip to main content

My app was using the /scim/v2/Users endpoint with no issues and then a few days ago I started receiving errors of the following kind:

ringcentral.http.api_exception.ApiException: Internal Server Error. Consult RC Support.


This same error occurs if I go to the documentation and click the 'try it now' button, so I believe it is unrelated to my code since it occurs outside of my code.

`GET /scim/v2/Users` is working for me in production both without a filter and with an `emails eq` filter.

Can you provide more information on thee request you are making including:

* production or sandbox
* HTTP method
* request parameters

Thanks


I am now getting a slightly different error - 503 service unavailable.


Easiest way to replicate is via the 'try it out' button, which tests it in sandbox. Here is a snapshot of the page and the request with response.


Thanks Curtis. I've reproduced the issue in Sandbox for both API Explorer and via cURL.

Our team is looking into it.