question

nibu-eapen10876 avatar image
nibu-eapen10876 asked Phong Vu answered

SCIM Resource not found

I'm trying to retrieve user list but it gives me following error. 

Exception: Resource not found  SDK HTTP Error at https://platform.devtest.ringcentral.com/restapi/v1.0/scim/v2/Users  Response text: {    "errorCode" : "AGW-404",    "message" : "Resource not found",    "errors" : [ ]  }

https://developer.ringcentral.com/api-docs/latest/index.html#!#RefScimUserList.html



$rcsdk = new SDK($credentials['clientId'], $credentials['clientSecret'], $credentials['server'], 'Demo', '1.0.0');

$platform = $rcsdk->platform();

$platform->login($credentials['username'], $credentials['extension'], $credentials['password']);

$response = $platform->get('/scim/v2/Users')->json()->records;


rest api
1 |3000

Up to 8 attachments (including images) can be used with a maximum of 1.0 MiB each and 10.0 MiB total.

1 Answer

Phong Vu avatar image
Phong Vu answered
Hi Nibu,

Unfortunately, our SDK does not support yet API v2. Thus you cannot access that endpoint using the SDK. Use curl request instead.

+ Phong
1 |3000

Up to 8 attachments (including images) can be used with a maximum of 1.0 MiB each and 10.0 MiB total.

Developer sandbox tools

Using the RingCentral Phone for Desktop, you can dial or receive test calls, send and receive test SMS or Fax messages in your sandbox environment.

Download RingCentral Phone for Desktop:

Tip: switch to the "sandbox mode" before logging in the app:

  • On MacOS: press "fn + command + f2" keys
  • On Windows: press "Ctrl + F2" keys