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
- application/json
Body
accountname string
assignmenttype string
comments string
endpointname string
entitlementtype string
entitlementvalue string
tasktype string
username string
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
Content-Encoding
string
Content-Security-Policy
string
Date
string
Expires
string
Permissions-Policy
string
Referrer-Policy
string
Server
string
Set-Cookie
string
Strict-Transport-Security
string
X-Content-Type-Options
string
- application/json
- Schema
- Example (from schema)
- Remove Entitlement
Schema
Status string
TaskID List number[]
errorcode string
{
"Status": "Success",
"TaskID List": [
61585
],
"errorcode": "0"
}
{
"Status": "Success",
"TaskID List": [
61585
],
"errorcode": "0"
}
Loading...