Gets a list of calendar users.
Parameter | Mandatory | Description | Examples | More Info |
---|---|---|---|---|
API | Yes | The API area | calendar.json | |
General | Yes | Parameters described in overview | user=user&password=user | Structure of an API call |
Company | Yes | The company number | company=1 | |
Action | Yes | The action to perform | action=users |
Example request:
http://<SERVER>/jsonapi/calendar.json?user=user&password=user&version=4&action=users&company=1
Example response:
{
"responsecode": 1,
"responsestatus": "OK",
"errorcode": 0,
"errormessage": "",
"totalrows": 60,
"totalpages": 1,
"responsemessage": "",
"pagerows": 0,
"pagenumber": 1,
"success": true,
"data": [
{
"userUuid": "80007A6A673B434A8B455A30A31909CC",
"userTimestampModified": 1499858513,
"userRecordVersionNumber": 201,
"userFullName": "Alan Greenwood",
"userUserId": 67,
"calUserFullNameTZ": "Alan Greenwood",
"calUserNonWorkingDaysWeek": "YNNNNNY",
"calUserAvatarUrl": "/web/images/avatar-blank-192.png",
"calUserTeamName": ""
},
{
"userUuid": "85E7C3A1EA0211E2897100155D003435",
"userTimestampModified": 1499858514,
"userRecordVersionNumber": 183,
"userFullName": "Barabara Nimble",
"userUserId": 96,
"calUserFullNameTZ": "Barabara Nimble",
"calUserNonWorkingDaysWeek": "YNNNNNY",
"calUserAvatarUrl": "/web/images/avatar-blank-192.png",
"calUserTeamName": ""
},
{
ETC ETC
}
]
}