Users
List of active system users
GET https://do.workzeal.com/users/list
Headers
Name
Type
Description
Authorization*
String
Bearer XXXXXX.XXXXX.XXXXX
Content-Type
String
application/json
{
"status": "success",
"error": "",
"code": null,
"rows": 0,
"pages": 0,
"page": 0,
"value": "[
{
"id": 37,
"name": "Jon Mac",
"department": "Mamagment",
"phone": "+1 800 000 001",
"phone_work": "+ 1 800 000 002",
"email": "[email protected]",
"group_id": 1,
"online": 2,
"regonline": "2021-07-07 T17:17:33.06",
"time_zone_offset": "3",
"avatar": "URL to avatar",
"position": "CEO"
}
]"
Columns
Name
Desc
id
User ID
name
Name
department
Department
position
Position
phone
Phone number
phone_work
Phone number for work
group_id
Group of access rules
online
Current status
regonline
Last visit
time_zone_offset
Time Zone
avatar
URL to avatar