Variable postPresenceLastOnlineConst

postPresenceLastOnline: EndpointGeneric<{}, {
    lastOnlineTimestamps: {
        lastOnline: string;
        userId: number;
    }[];
}, {
    userIds: number[];
}> = ...

POST https://presence.roblox.com/v1/presence/last-online

Get last online timestamps for a list of users.