.visitor.uniqueuserid()
This API can be used to get the unique user id (UUID) of the visitor once tracking has begun.
Syntax:
Copied$zoho.salesiq.visitor.uniqueuserid();
Example:
Copied<button><span onclick="javascript:$zoho.salesiq.visitor.uniqueuserid();" > Get Unique ID</span></button>