Step 6: Create the sign-on policy action with registration flow definition
POST {{apiPath}}/environments/{{envID}}/signOnPolicies/{{registrationFormPolicyID}}/actions
Request Body
{"priority"=>10, "type"=>"LOGIN", "registration"=>{"flowDefinition"=>{"id"=>"{{flowDefinitionRegFormID}}"}}}
HEADERS
| Key | Datatype | Required | Description |
|---|---|---|---|
Content-Type | string |