Syntax
updateProfile(key, value)
Description
Updates a value in the current user’s Contact Profile. Parameters:key
:string
— the ID of the Contact Profile field to update.value
:unknown
— a new value for the specified Contact Profile field.
Promise<void>