Files
developer.sailpoint.com/static/api-specs/idn/v3/paths/forward-access-request-approval.yaml
2022-09-26 21:59:54 -04:00

39 lines
1.0 KiB
YAML

post:
operationId: forwardRequest
summary: Forwards an access request approval.
tags:
- Access Request Approvals
description: >-
This endpoint forwards an access request approval to a new owner.
Only the owner of the approval and ORG_ADMIN users are allowed to perform this action.
parameters:
- in: path
name: approvalId
schema:
type: string
required: true
description: The id of the approval.
example: 2c91808b7294bea301729568c68c002e
requestBody:
description: Information about the forwarded approval.
required: true
content:
application/json:
schema:
$ref: "../schemas/ForwardApprovalDto.yaml"
responses:
'202':
$ref: '../responses/202.yaml'
'400':
$ref: '../responses/400.yaml'
'401':
$ref: '../responses/401.yaml'
'403':
$ref: '../responses/403.yaml'
'404':
$ref: '../responses/404.yaml'
'429':
$ref: '../responses/429.yaml'
'500':
$ref: '../responses/500.yaml'