From Bright Pattern Documentation
Contents
- Introduction
- API Specification
- 1 Get User Data
User Management API Specification
Get User Data
Returns user data, such as name, team, extension, skills, and so forth.
Request
URL
http[s]://<host>/admin/ws/t/<tenant_url>/user/<login_id>
HTTP Method
GET
Response
{ "loginId": "test008", "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" ] }