Update a batch of numbers
POST/phone_numbers/jobs/update_phone_numbers
Creates a new background job to update a batch of numbers. At most one thousand numbers can be updated per API call. At least one of the updateable fields must be submitted. IMPORTANT: You must either specify filters (using the filter parameters) or specific phone numbers (using the phone_numbers parameter in the request body). If you specify filters, ALL phone numbers that match the given filters (up to 1000 at a time) will be updated. If you want to update only specific numbers, you must use the phone_numbers parameter in the request body. When using the phone_numbers parameter, ensure you follow the correct format as shown in the example (either phone number IDs or phone numbers in E164 format).
Request
Responses
202:
Phone numbers job update phone numbers requested.
401:
Unauthorized
403:
Forbidden
422:
Unprocessable Entity
default:
Unexpected error