Get Windows Domain by Id - GET /WindowsDomains/{id}



Get details of a Windows domain according to Windows Domain Id.

The ‘Manage Authentication Providers’ or ‘Manage System Settings’ permission is required to execute this API.

Usage:

  1. POST /WindowsDomains and create new Windows domain
  2. GET /WindowsDomains/{id} and get details of a Windows domain

URL

/cxrestapi/auth/WindowsDomains/{id}

Method:

GET

Media Type (header):

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

Parameters

Required:

id=[integer] – Unique Id of the Windows domain

Success Response:

Code: 200 Success

Error Response:

Code: 400 Bad Request
Code: 401 Unauthorized
Code: 403 Forbidden
Code: 404 Not Found

Sample Response:

{
  "id": 1,
  "name": "dm",
  "fullyQualifiedName": "dm.cx"
}

Notes:

Retrieves details of the Windows domain according to the specified Windows domain Id. 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!