Skip to main content

Remove Entitlement From Role

POST 

/removeEntitlementsFromRole

This API removes entitlement from role. The Authorization must have Bearer followed by Token. Mandatory params: rolename or rolekey (if both are passed then rolekey will be considered), entitlements(within list of entitlements entitlementvalue, entitlementtype, endpoint are mandatory) Optional params: requestor, comments

Request

Body

    comments string

    entitlements

    object[]

  • Array [

  • endpoint string
    entitlementtype string
    entitlementvalue string
  • ]

  • requestor string
    rolekey string
    rolename string

Responses

Remove Entitlement From Role

Response Headers

  • Access-Control-Allow-Credentials

    string

  • Access-Control-Allow-Origin

    string

  • Cache-Control

    string

  • Date

    string

  • Expires

    string

  • Referrer-Policy

    string

  • Server

    string

  • Set-Cookie

    string

  • Strict-Transport-Security

    string

  • X-Content-Type-Options

    string

  • X-Frame-Options

    string

Schema

    errorcode number
    msg string
Loading...