GET /bsus/api/v1/globaluser - Adaptive Applications - BlueCat Gateway - 23.1

BlueCat Server Update Services Administration Guide

Locale
English
Product name
BlueCat Gateway
Version
23.1

Description

Retrieves the global user settings.

Parameters

None.

Responses

Status Description
Successful

Code: 200

Body:
{
  "username": "string",
  "password": "string"
}

Results

  • username—the username for the Global User.
  • password—the Global User's password.
Error

Code: 401

Unauthorized user.

Code: 500

Internal server error.

Body:
{
    "error": "string"
}

This can be caused when an unknown application error is encountered on the Server side. The API attempts to return additional details within the error parameter.