Skip to main content
Version: v2

Anonymize Users​

Anonymize an identified user.

If setIdentity has been called to identify a user, calling setIdentity with anonymous set to true will release the identity of the current user and create a new anonymous session.

Limits​

  • Sustained calls are limited to 30 calls per page per minute with a burst limit of 10 calls per second.

Additional Information​

FS('setIdentity', { anonymous })

Example Invocation​

FS('setIdentity', { anonymous: true });