From Bright Pattern Documentation
m |
|||
Line 1: | Line 1: | ||
<translate>= Update User= | <translate>= Update User= | ||
− | + | Changes a user's password, system status (i.e., active or inactive), and skills. | |
== Request == | == Request == |
Latest revision as of 23:52, 13 November 2018
Contents
- Introduction
- API Specification
- Clear User Lock State
- Create User
- Export Access Numbers
- Export User Phone Numbers
- Get User Data
- Get User Lock State
- 1 Update User
User Management API Specification
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 } }