PUT /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

Update the global user settings.

Parameters

Name Description
payload

(body)

Location: body

Type: application/json

The body of the global user that you would like to modify. The JSON body is as follows:
{
  "username": "string",
  "password": "string"
}
Parameters
  • username—the updated username for the Global User.
  • password—the updated password for the Global User.

Responses

Status Description
Successful

Code: 200

Global User updated successfully.

{
}
Error

Code: 400

Invalid input.

Body:
{
  "error": "error message"
}

Code: 500

Internal 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.