I'm looking for some explanation on the set up of Users for the Sandbox Account.
We have the Sandbox account set up which the admin user can log in. There is currently the admin user (verified) and three other users which have not been verified by email (that's another issue that the Resend Welcome Email does not work).
The App has also been linked up with the Sandbox (I can see it in Authorized Apps in the Sandbox portal). I can successfully create a OAuth token using the Sandbox details - username, and password.
I am then able to make a call to https://platform.devtest.ringcentral.com/restapi/v1.0/account/~
which returns the current operator(s)... is that correct? Since the other three have not been verfied (and hence are not logged in) they are not returned.
However, I'm struggling to grasp why I am unable to retrieve the operators details IF I have the AccountId and the Extension of the operator. Is it because they are not verified?
I assume (when they are veriifed) that the call would easily be:
https://platform.devtest.ringcentral.com/restapi/v1.0/account/<ACCOUNT_ID>/extension/<EXTENSION_NUMBER>
However I am unable to set up users in the Sandbox to actually get there details via the API as the the Resend Welcome Email doesn't seem to work ( I have clicked it a number of times for setting up a test user).
Any help would be much appreciated.