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

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

  • 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

Schema

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