> ## Documentation Index
> Fetch the complete documentation index at: https://docs.cognigy.com/llms.txt
> Use this file to discover all available pages before exploring further.

# activateProfile

## 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

```js theme={null}
// Reactivate a previously deactivated profile
await activateProfile();
```
