From Bright Pattern Documentation
< 3.16:User-management-api-specification
Revision as of 23:52, 13 November 2018 by Tracy (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
• 3.16 • 3.17 • 3.18

Update User

Changes a user's password, system status (i.e., active or inactive), and skills.

Request

URL

http[s]://<host>/admin/ws/t/<tenant_url>/user/<login_id>

HTTP Method

PUT

Response

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



< Previous | Next >