From Bright Pattern Documentation
Line 3: | Line 3: | ||
== URL == | == URL == | ||
− | http[s]://<host | + | http[s]://<host>/admin/ws/t/<tenant_url>/user/<login_id> |
− | == Method == | + | == HTTP Method == |
GET | GET | ||
== Response == | == 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" | |
− | + | ] | |
− | + | } | |
− | + | ||
− | } | + | |
− | + | ||
</translate> | </translate> |
Revision as of 23:33, 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.
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" ] }