From Bright Pattern Documentation
Jump to: navigation, search
m
Line 1: Line 1:
 
<translate>= Update User=
 
<translate>= Update User=
This API is used to change a user's password, system status (i.e., active or inactive), and skills.
+
Changes a user's password, system status (i.e., active or inactive), and skills.
  
 
== Request ==
 
== Request ==

Revision as of 23:51, 13 November 2018

• 5.2

<translate>= Update User= Changes a user's password, system status (i.e., active or inactive), and skills.

Request

URL

http[s]://<host>/configapi/v2/user/<login_id>

HTTP Method

PUT

Response

 {
 "password": "top secret",
 "disabled": false,
 "changePassword": true,
 "skills": {
  "Maintenance Renewal": 100,
  "English": 33
 }
 } 



</translate>

< Previous