Files
api-specs/idn/v3/schemas/CancelAccessRequest.yaml
GitHub Action Bot b151c10869 Automated commit 'Merge pull request #1363 from sailpoint/devrel-846
devrel-846' by github action: 5880320749
2023-08-16 14:47:53 +00:00

15 lines
506 B
YAML

type : object
description: Request body payload for cancel access request endpoint.
required:
- accountActivityId
- comment
properties:
accountActivityId:
type: string
description: This refers to the identityRequestId. To successfully cancel an access request, you must provide the identityRequestId.
example: 2c9180835d2e5168015d32f890ca1581
comment:
type: string
description: Reason for cancelling the pending access request.
example: "I requested this role by mistake."