api:employee:canceldeletion
Table of Contents
API : Employee Cancel Deletion
Introduction
This request will cancel a deletion on an employee, that was already planned.
Request
| URL | https://api.telecomx.dk/employee/EMPLOYEE_ID/canceldeletion | ||
|---|---|---|---|
| Method | POST | ||
| Access level | MANAGER - can update some properties on self or presence on others when granted permission through PBX group permissions. MANAGER or OWNER when user belongs to the customer. RESELLER if customer belongs to the reseller. ADMIN. |
||
| Param | CUSTOMER_ID | Id of the customer (24 hex-char string) | |
Response
| Json object | ||
|---|---|---|
| success | Boolean | True on success. |
Example
{ success: true }
Errors
| Error code | Message | Description |
|---|---|---|
| 403 | employee | Insufficient access level |
| 404 | id | Not found |
api/employee/canceldeletion.txt · Last modified: 2024/11/14 09:06 by Joakim Andersen