From Bright Pattern Documentation
< 5.2:User-management-api-specification
Revision as of 19:04, 2 July 2018 by Tracy (talk | contribs) (→‎Update User)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
• 5.2

<translate>= Update User= This API is used to change a user's password, system status (i.e., active or inactive), and skills.


URL

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

Method

PUT

Request Payload

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



< Previous | Next >

</translate>

< Previous