You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reseller tools are no longer exposed: listChildOrganizations, addUser, setUserAccessControl, setUserExpiry, setChildConcurrency, calculateCreditOperation, transferCreditsToChild, revertCreditsFromChild, getResellerCreditLogs. These act on other people's accounts, several move money, and they are not safe behind a model. Use the REST API or an SDK for them.
Added
Phone number provisioning: searchPhoneNumbers, purchasePhoneNumber, releasePhoneNumber. Purchase and release are marked destructive and open-world, so a client can confirm before either runs.
provision_agent and the routing guide now tell you a number can be bought, not only imported, and to confirm the price with the user first.
Security
The phone number tools no longer accept user_id, the reseller "act on a client" switch. They only ever act on the account the key belongs to, so a reseller key cannot spend a client's balance or release their number from a model.