From Bright Pattern Documentation
Contents
- Introduction
- API Specification
User Management API Specification
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>/admin/ws/t/<tenant_url>/user/<login_id>
Method
PUT
Request Payload
{ "password": "top secret", "disabled": false, "changePassword": true, "skills": { "Maintenance Renewal": 100, "English": 33 } } |