Get total user count

GET /api/dashboard/users/total

Get total user count in the current tenant.

Responses

  • 200 application/json

    Total user count.

    Hide response attribute Show response attribute object
  • Unauthorized

  • Forbidden

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
}