Concurrent users report
Concurrent users report
Get concurrent users report.
const response = await geocore.ConcurrentUsers.report({
type: "type",
startDate: "2025-01-01",
endDate: "2025-01-01"
});
Prerequisites
Successfully get the IdToken with superAdmin access level from login API.
Parameters
name type data type description type optional string Report type, must be averageorpeakstartDate optional string Search by API timestamps endDate optional string Search by API timestamps