v1
latestOpenAPI 3.0.02026-07-2491237338.9 KBWhatsApp Phone Numbers
Update a phone number business username
Requests a Business Username update for a WhatsApp business phone number. The requested username may require Meta review before it becomes active. If Meta accepts or reserves the request for review, the response status is usually reserved; pending_review is kept only as a legacy compatibility value. If Meta returns an error, YCloud returns the error and does not change the stored Business Username state.
The username value is a plain username without @. YCloud trims leading and trailing whitespace and normalizes the value to lowercase before validation and submission.
patch/whatsapp/phoneNumbers/{wabaId}/{phoneNumber}/businessUsername
Path parameters
wabaIdstring required
Example:whatsapp-business-account-id
WhatsApp Business Account ID.
phoneNumberstring required
Example:+16315551111
Phone number in E.164 format.
Request body
Example request
{
"username": "acme.support"
}Response
Successfully submitted the update request.
Example response
{
"id": "1234567890123456",
"wabaId": "whatsapp-business-account-id",
"phoneNumber": "+16315551111",
"displayPhoneNumber": "+1 631-555-1111",
"businessUsername": "acme.support",
"requestedBusinessUsername": "acme.help",
"businessUsernameUpdatedAt": "2026-05-26T12:00:00.000Z"
}