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

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

  • digitTokenEnabled boolean

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

  • digitTokenDurationMinutes integer

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

  • digitTokenLength integer

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

Responses

Reference to the password org config.


Schema
  • customInstructionsEnabled boolean

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

  • digitTokenEnabled boolean

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

  • digitTokenDurationMinutes integer

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

  • digitTokenLength integer

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

Loading...