Update Clerk phone number
Update a Clerk phone number.
← All Clerk endpoints · Capability overview
/v1/clerk/phone-numbers/{phone_number_id}https://api.vee3.io/v1/clerk/phone-numbers/{phone_number_id}
Update a Clerk phone number.
Authorization
Send your API key in the Authorization header:
Authorization: Bearer YOUR_API_KEY
MCP
The same capability is available as an MCP tool on Vee3 hosted MCP.
Tool name
clerk.update_phone_numberParameters5 fields
clerk_instance_idstringOptionalClerk instance id (ins_...) from clerk.get_connected_accounts. Omit to use the default connected account.
phone_number_idstringRequiredClerk phone number id (idn_... or phn_...) to retrieve or modify.
verifiedbooleanOptionalWhether the phone number should be marked verified.
primarybooleanOptionalWhether this should be the user's primary phone number.
reserved_for_second_factorbooleanOptionalWhether to reserve this number for multi-factor authentication.
Response6 fields
phone_numberobject5 fieldsUpdated Clerk phone number object from the Backend API.
phone_numberobjectidstringClerk phone number id.
phone_numberstringPhone number in E.164 format.
verifiedbooleanWhether the phone number is verified.
reserved_for_second_factorbooleanWhether the phone number is reserved for multi-factor authentication.
default_second_factorbooleanWhether this is the user's default second factor.
HTTP errors: clerk_connection_required, clerk_connection_not_found, clerk_connection_invalid, validation_error, unauthorized, payment_required