Skip to main content

Cancel Access Request

POST 

/access-requests/cancel

This API endpoint cancels a pending access request. An access request can be cancelled only if it has not passed the approval step. Any token with ORG_ADMIN authority or token of the user who originally requested the access request is required to cancel it.

Request

Body

required
    accountActivityId stringrequired

    This refers to the identityRequestId. To successfully cancel an access request, you must provide the identityRequestId.

    comment stringrequired

    Reason for cancelling the pending access request.

Responses

Accepted - Returned if the request was successfully accepted into the system.

Schema

    object

Loading...