/config/push/user

The user name to provide to the web server for authentication purposes. If this string is not empty, the user name and the password are both sent to the web server as part of a Basic HTTP Authorization header.

This resource is available only if /config/push/web/service is an empty string.

Get /config/push/user

SecurityApiKey
Responses
200

Normal response.

401

Unauthorized response.

get/config/push/user
Request samples
Response samples
application/json
{
  • "result": "jsmith",
  • "error": "Error message (present if an error occurred)."
}

Replace /config/push/user

SecurityApiKey
Request
Request Body schema: application/json
string (configPushUser)

The user name to provide to the web server for authentication purposes. If this string is not empty, the user name and the password are both sent to the web server as part of a Basic HTTP Authorization header.

This resource is available only if /config/push/web/service is an empty string.

Responses
200

Normal response.

401

Unauthorized response.

put/config/push/user
Request samples
application/json
"jsmith"
Response samples
application/json
{
  • "status": "OK",
  • "error": "Error message (present if an error occurred)."
}

Update /config/push/user

SecurityApiKey
Request
Request Body schema: application/json
string (configPushUser)

The user name to provide to the web server for authentication purposes. If this string is not empty, the user name and the password are both sent to the web server as part of a Basic HTTP Authorization header.

This resource is available only if /config/push/web/service is an empty string.

Responses
200

Normal response.

401

Unauthorized response.

post/config/push/user
Request samples
application/json
"jsmith"
Response samples
application/json
{
  • "status": "OK",
  • "error": "Error message (present if an error occurred)."
}

Delete /config/push/user

Reset to empty string.

SecurityApiKey
Responses
200

Normal response.

401

Unauthorized response.

delete/config/push/user
Request samples
Response samples
application/json
{
  • "status": "OK",
  • "error": "Error message (present if an error occurred)."
}