Skip to main content

Get total count of admin accounts

GET 

<your-unleash-url>/api/admin/user-admin/admin-count

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

Responses

adminCountSchema

Schema
    passwordnumberrequired

    Total number of admins that have a password set.

    noPasswordnumberrequired

    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.

    servicenumberrequired

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

Authorization: Authorization

name: Authorizationtype: apiKeyin: headerdescription: API key needed to access this API
curl -L '<your-unleash-url>/api/admin/user-admin/admin-count' \
-H 'Accept: application/json' \
-H 'Authorization: <Authorization>'
Request Collapse all
Base URL
<your-unleash-url>
Auth
ResponseClear

Click the Send API Request button above and see the response here!