GET /api/dashboard/users/new
curl \
-X GET https://[tenant_id].logto.app/api/dashboard/users/new \
-H "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{
"today": {
"count": 42.0,
"delta": 42.0
},
"last7Days": {
"count": 42.0,
"delta": 42.0
}
}