---
title: "Get total count of admin accounts"
method: GET
path: "/api/admin/user-admin/admin-count"
tags: ["Users"]
---

# Get total count of admin accounts

`GET /api/admin/user-admin/admin-count`

Get a total count of admins with password, without password and admin service accounts

## Response `200`

adminCountSchema

- AdminCountSchema — Contains total admin counts for an Unleash instance.
  - `password` number, required — Total number of admins that have a password set.
  - `noPassword` number, required — Total number of admins that do not have a password set. May be SSO, but may also be users that did not set a password yet.
  - `service` number, required — Total number of service accounts that have the admin root role.

## Other responses

- `401` — Authorization information is missing or invalid. Provide a valid API token as the `authorization` header, e.g. `authorization:*.*.my-admin-token`.
- `403` — The provided user credentials are valid, but the user does not have the necessary permissions to perform this operation

---

[API](https://skmtc.net/unleash/apis/unleash-api-3.md) · [All operations](https://skmtc.net/unleash/apis/unleash-api-3/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/unleash/unleash-api-3/versions/b2c3116e633e/schema)
