Users

Get total count of admin accounts

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

get/api/admin/user-admin/admin-count

Response

adminCountSchema

passwordnumber required

Total number of admins that have a password set.

noPasswordnumber 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.

servicenumber required

Total number of service accounts that have the admin root role.

Changes

No recorded changes to this endpoint across all 7 revisions of this API.