Cancel Entitlement Request Across Orgs

Cancel Entitlement Request Across Orgs

Cancel the request that was raised in an organizationfor which IGA is enabled in the logged in domain

Authorization:

  • Any user with a domain that is matching the domain of the orgs for which IGA has been enabled

Access Policy

Role User Accounts
User with matching domain of the organization ✔️
Request
URI
PATCH
https://{api_host}/csp/gateway//iga/api/loggedin/user/entitlement-requests/{requestId}
COPY
Path Parameters
string
requestId
Required

Entitlements request Id


Request Body
EntitlementDeleteRequestAcrossOrgs of type(s) application/json
Optional
{
    "orgId": "xyz",
    "justification": "access not needed",
    "status": "CANCEL"
}
string
orgId
Optional

orgId

string
justification
Optional

justification

string
status
Optional

status

Authentication
This operation uses the following authentication methods.
Responses
200
Operation doesn't return any data structure

400
Operation doesn't return any data structure

401
Operation doesn't return any data structure

403
Operation doesn't return any data structure

404
Operation doesn't return any data structure

500
Operation doesn't return any data structure

Code Samples
COPY
                    curl -X PATCH -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '[{}]'