Skip to main content

Syntax

activateProfile()

Description

Activates the user’s Contact Profile. Call this function to re-enable read and write operations on a previously deactivated Contact Profile. Returns: Promise<unknown>

Example

// Reactivate a previously deactivated profile
await activateProfile();
I