can i update phoneNumber from this api?

await authClient.updateUser({
image: "https://example.com/image.jpg",
name: "John Doe",
})

because i want to add phoneNumber field but currently i didnt use it for authentication. but, later maybe i want to enable login with phoneNumber.
or i just use addtionalField?
Was this page helpful?