Skip to main content

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

    path stringrequired

Body

    accountname string
    assignmenttype string
    comments string
    endpointname string
    entitlementtype string
    entitlementvalue string
    tasktype string
    username string

Responses

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

Schema

    Status string
    TaskID List number[]
    errorcode string
Loading...