v1

latestOpenAPI 3.0.3RingCentral API License Agreement2026-08-064871,2921.5 MB
Phone Numbers

Get Add Numbers Task Results

Returns the result of asynchronous operation which adds phone numbers to the account Inventory.

get/restapi/v2/accounts/{accountId}/phone-numbers/bulk-add/{taskId}

Path parameters

accountIdstring required

Internal identifier of the RingCentral account (can be set to "~" to indicate that the account associated with current authorization session should be used)

taskIdstring required

Identifier of a task returned by asynchronous bulk add operation

Response

Successful response

OR

Example response

{
  "records": [
    {
      "bulkItemSuccessful": true,
      "bulkItemErrors": [
        {
          "errorCode": "XXX-123",
          "message": "Something went wrong"
        }
      ],
      "id": "1162820004",
      "phoneNumber": "+16501234567"
    }
  ]
}