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
accountnamestring
Example:
536736@saviyntlive.onmicrosoft.com
assignmenttypestring
Example:
ENTITLEMENTS
commentsstring
Example:
Test Removal
endpointnamestring
Example:
AzureAD_CONN
entitlementtypestring
Example:
AADGroup
entitlementvaluestring
Example:
15Febmonday1Grp
tasktypestring
Example:
DEL
usernamestring
Example:
536736@saviyntlive.onmicrosoft.com
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
Statusstring
Example:
Success
TaskID Listnumber[]
Example:
[61585]
errorcodestring
Example:
0
{
"Status": "Success",
"TaskID List": [
61585
],
"errorcode": "0"
}
{
"Status": "Success",
"TaskID List": [
61585
],
"errorcode": "0"
}