post https://api.ximble.com/employees/unterminate
Endpoint allows to activate deactivated employee. Deactivated employee will have access to the system again.
Required permission: "EmployeesTerminate"
Responses
Endpoint allows to activate deactivated employee. Deactivated employee will have access to the system again.
Required permission: "EmployeesTerminate"
xxxxxxxxxx
17$.ajax({
type: 'POST',
dataType: 'json',
data: {
"Ids":["22b6a93c-f1d6-11e6-80c3-0003ff289d8e", "56b6a75c-f2a6-11e6-80c3-0003ff289d8e"]
}
,
url: 'https://api.ximble.com/employees/unterminate',
async: false,
headers: {
Authorization: "Bearer " + ACCESS_TOKEN
},
success: function(data) {
}
});