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.

    created date-time

    Date and time comment was created.

    author object

    Author of the comment

    type string

    Possible values: [IDENTITY]

    The type of object

    id string

    The unique ID of the object

    name string

    The display name of the object

Responses

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

Schema

    object

Loading...