mirror of
https://github.com/LukeHagar/api-specs.git
synced 2025-12-10 04:19:19 +00:00
15 lines
506 B
YAML
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."
|