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
  • 401

    Unauthorized

  • 403

    Forbidden

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