Skip to main content

Rejects an access request approval.

POST 

/access-request-approvals/:approvalId/reject

This endpoint rejects an access request approval. Only the owner of the approval and admin users are allowed to perform this action.

Request

Path Parameters

    approvalId stringrequired

    The id of the approval.

    Example: 2c91808b7294bea301729568c68c002e

Body

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...