Skip to main content

Forwards an access request approval to a new owner.

POST 

/access-request-approvals/:approvalId/forward

This endpoint forwards 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

    The id of the approval.

    Example: 2c91808b7294bea301729568c68c002e

Body

required

Information about the forwarded approval.

    newOwnerId stringrequired

    Possible values: non-empty and <= 255 characters

    The Id of the new owner

    comment stringrequired

    Possible values: non-empty and <= 255 characters

    The comment provided by the forwarder

Responses

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

Schema

    object

Loading...