mirror of
https://github.com/LukeHagar/api-specs.git
synced 2025-12-09 20:37:50 +00:00
18 lines
650 B
YAML
18 lines
650 B
YAML
description: Request used for account unlock
|
|
type: object
|
|
properties:
|
|
externalVerificationId:
|
|
description: If set, an external process validates that the user wants to proceed with this request.
|
|
type: string
|
|
example: 3f9180835d2e5168015d32f890ca1581
|
|
unlockIDNAccount:
|
|
description: If set, the IDN account is unlocked after the workflow completes.
|
|
type: boolean
|
|
example: false
|
|
forceProvisioning:
|
|
description: >-
|
|
If set, provisioning updates the account attribute at the source.
|
|
This option is used when the account is not synced to ensure the attribute is updated.
|
|
type: boolean
|
|
example: false
|