Skip to main content

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

nametypedata typedescription
typeoptionalstringReport type, must be average or peak
startDateoptionalstringSearch by API timestamps
endDateoptionalstringSearch by API timestamps