From Bright Pattern Documentation
m |
|||
Line 2: | Line 2: | ||
This API returns user data, such as name, team, extension, skills, and so forth. | This API returns user data, such as name, team, extension, skills, and so forth. | ||
− | == URL == | + | == Request == |
+ | === URL === | ||
http[s]://<host>/admin/ws/t/<tenant_url>/user/<login_id> | http[s]://<host>/admin/ws/t/<tenant_url>/user/<login_id> | ||
− | == HTTP Method == | + | === HTTP Method === |
GET | GET | ||
Revision as of 23:36, 13 November 2018
Contents
- Introduction
- API Specification
- Clear User Lock State
- Create User
- Export Access Numbers
- Export User Phone Numbers
- 1 Get User Data
- Get User Lock State
- Update User
User Management API Specification
Get User Data
This API 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" ] }