Skip to main content
Version: v1

Anonymize Users

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 30 calls per page per minute with a burst limit of 10 calls per second.

Additional Information

FS.anonymize()

Example Invocation

FS.anonymize();