Reports API Initialization
user_id
Set a default user ID to apply to each report.
You would want to use this to efficiently set a single user ID that will be used for all reports.
Examples
var initializationOptions = {
"user_id": "11111111-2222-3333-4444-aaaaaaaaaaaa"
// ...
};
Values
Attribute path user_id
Type string
Best practices
- You must use a UUID for this value.