Skip to main content

Reject Access Request Approval

POST 

/access-request-approvals/:approvalId/reject

Use this API to reject an access request approval. Only the owner of the approval and admin users are allowed to perform this action.

Request

Path Parameters

    approvalId stringrequired

    Approval ID.

    Example: 2c91808b7294bea301729568c68c002e

Body

required

Reviewer's comment.

    comment stringnullable

    Comment content.

    author

    object

    type string

    Possible values: [IDENTITY]

    DTO type of the commenting identity.

    id string

    ID of the commenting identity.

    name string

    Display name of the commenting identity.

    created date-time

    Date and time comment was created.

Responses

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

Schema

    object

Loading...