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