lastOnline on presence API is incorrect

The lastOnline variable for the presence.roblox.com/v1/presence/users API is showing the account creation timestamp instead of the last online timestamp.
image

But for the presence.roblox.com/v1/presence/last-online API it is showing the correct timestamp.
image

2 Likes

lastOnline on /v1/presence/users is deprecated, just use the /v1/presence/last-online API.

but I would need both presenceType and lastOnline.

Then use both /v1/presence/last-online and /v1/presence/users endpoints.

and that’s where the rate limit problem comes in, already /v1/presence/last-online alone is giving rate limits already.

1 Like