API Documentation

The REST API allows developers to hook into Clientexec and connect it to third-party applications.

Update User

Arguments

Name Type Description
userid string User ID of the user updating (required)
firstname string First name of the user
lastname string Last name of the user

Example JSON Response

{
	"timestamp": 1395066843,
	"elapsed": "0.080",
	"message": "",
	"success": true,
	"failure": false
}