Skip to main content

Cancel Access Request​

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 string required

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

    comment string required

    Reason for cancelling the pending access request.

Responses

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


Schema

    object

Loading...