Create Task - Remove Entitlement
POST/createtask
Starting with Release v23.9, you can use the createtask API to create remove access tasks for inactive accounts.
The Authorization
must have Bearer
followed by Token
.
Mandatory params:
assignmenttype
- ENTITLEMENTS,
tasktype
- DEL,
username
,
endpointname
,
accountname
Optional params:
comments
source
(Default : WEBSERVICE)
Request
Path Parameters
- application/json
Body
Responses
- 200
Remove Entitlement
Response Headers
Access-Control-Allow-Credentials
string
Access-Control-Allow-Origin
string
CF-Cache-Status
string
CF-RAY
string
Cache-Control
string
Connection
string
Content-Encoding
string
Content-Security-Policy
string
Date
string
Expires
string
Permissions-Policy
string
Pragma
string
Referrer-Policy
string
Server
string
Set-Cookie
string
Strict-Transport-Security
string
Transfer-Encoding
string
X-Content-Type-Options
string
X-Frame-Options
string
X-XSS-Protection
string
- application/json
- Schema
- Example (from schema)
- Remove Entitlement
Schema
{
"Status": "Success",
"TaskID List": [
61585
],
"errorcode": "0"
}
{
"Status": "Success",
"TaskID List": [
61585
],
"errorcode": "0"
}