Patches the current logged in user's configuration
PATCHhttps://edge-host-ip:5080/v1/users/current
Patches the current logged in user's configuration
Request
Responses
- 202
- 500
(empty)
Internal server error
- curl
- python
- go
- nodejs
- java
- CURL
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"
}'