Step 9: Create the progressive profile form sign-on policy action
POST {{apiPath}}/environments/{{envID}}/signOnPolicies/{{profileFormPolicyID}}/actions
Request Body
{"priority"=>40, "type"=>"PROGRESSIVE_PROFILING_FORM", "promptIntervalSeconds"=>3600, "preventMultiplePromptsPerFlow"=>false, "form"=>{"id"=>"{{ProfileFormID}}"}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |