/config/user/{name}/hash

The hash of the user's password. Writing an empty hash string disables the account.

This resource is write-only.

Replace /config/user/{name}/hash

SecurityApiKey
Request
path Parameters
name
required
string

The name of a user. Must consist of alpha-numeric characters or underscores (_).

Request Body schema: application/json
string (configUserNameHash)

The hash of the user's password. Writing an empty hash string disables the account.

This resource is write-only.

Responses
200

Normal response.

401

Unauthorized response.

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

Update /config/user/{name}/hash

SecurityApiKey
Request
path Parameters
name
required
string

The name of a user. Must consist of alpha-numeric characters or underscores (_).

Request Body schema: application/json
string (configUserNameHash)

The hash of the user's password. Writing an empty hash string disables the account.

This resource is write-only.

Responses
200

Normal response.

401

Unauthorized response.

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

Delete /config/user/{name}/hash

Delete this user account.

SecurityApiKey
Request
path Parameters
name
required
string

The name of a user. Must consist of alpha-numeric characters or underscores (_).

Responses
200

Normal response.

401

Unauthorized response.

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