GET /api/dashboard/users/total
curl \
-X GET https://[tenant_id].logto.app/api/dashboard/users/total \
-H "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{
"totalUserCount": 42.0
}
curl \
-X GET https://[tenant_id].logto.app/api/dashboard/users/total \
-H "Authorization: Bearer $ACCESS_TOKEN"
{
"totalUserCount": 42.0
}