Skip to main content

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.
Returns: Promise<void>

Example

Last modified on April 21, 2026