Skip to main content

Update Password Org Config​

This API updates the password org config for specified fields. Other fields will keep original value. Requires ORG_ADMIN, API role or authorization scope of 'idn:password-org-config:write'

Request Body required
  • customInstructionsEnabled boolean

    Default value: false

    Indicator whether custom password instructions feature is enabled. The default value is false.

  • digitTokenEnabled boolean

    Default value: false

    Indicator whether "digit token" feature is enabled. The default value is false.

  • digitTokenDurationMinutes int32

    Possible values: >= 1 and <= 60

    Default value: 5

    The duration of "digit token" in minutes. The default value is 5.

  • digitTokenLength int32

    Possible values: >= 6 and <= 18

    Default value: 6

    The length of "digit token". The default value is 6.

Responses

Reference to the password org config.


Schema
  • customInstructionsEnabled boolean

    Default value: false

    Indicator whether custom password instructions feature is enabled. The default value is false.

  • digitTokenEnabled boolean

    Default value: false

    Indicator whether "digit token" feature is enabled. The default value is false.

  • digitTokenDurationMinutes int32

    Possible values: >= 1 and <= 60

    Default value: 5

    The duration of "digit token" in minutes. The default value is 5.

  • digitTokenLength int32

    Possible values: >= 6 and <= 18

    Default value: 6

    The length of "digit token". The default value is 6.

Loading...