Skip to main content

Forward Access Request Approval

POST 

/access-request-approvals/:approvalId/forward

Use this API to forward an access request approval to a new owner. Only the owner of the approval and ORG_ADMIN users are allowed to perform this action. 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

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