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
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 '[{}]'
On This Page
Entitlement Requests Operations
POST
Create Entitlement Request
GET
Get Entitlement Requests
GET
Get Logged In User Entitlement Requests
POST
Create Entitlements Across Orgs
GET
Get All Self Entitlement Requests
PATCH
Cancel Entitlement Request Across Orgs
GET
Get Entitlement Request
PATCH
Cancel Entitlement Request
POST
Entitlement Requests Approval