Skip to main content

Anonymize User

Anonymize an identified user.

If FS.identify has been called to identify a user, calling FS.anonymize() will release the identity of the current user and create a new anonymous session.

Learn more about the tradeoffs of anonymizing users.

Limits

  • Sustained calls are limited to 12 calls per minute, with a burst limit of 5 calls per second.

Additional Information

public static void FS.anonymize();

Example Invocation

FS.anonymize();