Skip to main content

Get Password Org Config​

This API returns the password org config . Requires ORG_ADMIN, API role or authorization scope of 'idn:password-org-config:read'

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...