Skip to main content

Approve Access Request Approval

POST 

/access-request-approvals/:approvalId/approve

Use this endpoint to approve an access request approval. Only the owner of the approval and ORG_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...