Skip to main content
Version: latest

Patches the current logged in user's configuration

PATCH 

https://edge-host-ip:5080/v1/users/current

Patches the current logged in user's configuration

Request

Responses

(empty)

curl -L -X PATCH 'https://edge-host-ip:5080/v1/users/current' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-d '{
"disablePasswordUpdate": false,
"sshKeys": [
"string"
],
"userName": "string"
}'
Request Collapse all
Base URL
https://edge-host-ip:5080
Body required
{
"disablePasswordUpdate": false,
"sshKeys": [
"string"
],
"userName": "string"
}