Get total count of admin accounts

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

Authentication

Authorizationstring
API key needed to access this API
OR
AuthorizationBearer
API key needed to access this API, in Bearer token format

Response

adminCountSchema
passworddouble
Total number of admins that have a password set.
noPassworddouble
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.
servicedouble
Total number of service accounts that have the admin root role.

Errors