Skip to main content

Create Password Org Config

POST 

/password-org-config

This API creates the password org config. Unspecified fields will use default value. To be able to use the custom password instructions, you must set the customInstructionsEnabled field to "true". 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...