/v1/api/users (GET) - BlueCat DNS Edge

DNS Edge API Guide (Service Point v4)

Locale
English
Product name
BlueCat DNS Edge

Gets a list of users.

Request: GET https://api-<DNS.Edge.URL>/v1/api/users
Authorization: Bearer authorization token

Response

200 OK
Content-Type: application/JSON
  [
    {
      "email": "email@example.com",
      "name": "first/last name",
      "role": "SYSADMIN | ADMIN | POLICYADMIN | ANALYST",    
      "status": "active | inactive",
      "id": "77f15595-9f74-4ad4-82a9-82433952de4e"
    }
    ...
]
Successful response code:
  • OK - Successful
Possible error codes:
  • UNAUTHORIZED - Invalid access token
  • FORBIDDEN - When SSO is enabled
  • INTERNAL SERVER ERROR - Unexpected error