Get Admin User Exists Confirmation – GET /Users/FirstAdminExistence (v2.0 and up)



Confirm that a first admin user exists.

Usage:

  1. POST /Users/FirstAdmin and define the first admin user
  2. GET /Users/FirstAdminExistence and confirm that a first admin user exists

URL

/cxrestapi/auth/Users/FirstAdminExistence

Method:

GET

Media Type (header):

Authorization: Bearer <access token value>
Accept: application/json;v=1.0

Parameters

None

Success Response:

Code: 200 Success

Error Response:

Code: 401 Unauthorized
Code: 403 Forbidden

Sample Response:

{
  "firstAdminExists": true
}

Notes:

Confirms that the first admin user exists. If the request fails, it returns an error response.




Send Documentation Feedback - If you have comments about this documentation, you can contact the documentation team by sending your feedback to usWe appreciate your feedback!