Hi Community,
According to https://developers.ringcentral.com/guide/account the account info can be requested using GET /restapi/v1.0/account/{accountId}.
It is also mentioned that one may provide either explicit accountId
or use the simplified syntax of a tilde (~
). A tilde instructs RingCentral to use the account id associated with the current authentication context.
I'm trying to figure out a use case for explicity providing accountId for the request. So far at this forum people are recommended to use `~` in every place instead of accountId.
Can you please give an example of a situation where accountId parameter is really needed?
Best,
Nikolai