From Bright Pattern Documentation
Contents
- Introduction
- API Specification
User Management API Specification
Create User
This API is used to create a new user in the system.
URL
http[s]://<host>:<port>/admin/ws/t/<tenant_url>/user
Method
POST
Request Payload
{ "loginId": "test008", "password": "top secret", "firstName": "test", "lastName": "008", "team": "Maintenance Renewal", "extension": "2072", "workPhone": "123456", "mobilePhone": "78910", "email": "test008@nowhere.net", "disabled": false, "changePassword": true, "skills": { "Maintenance Renewal": 100, "English": 33 }, "roles": [ "Agent", "Supervisor" ] } |