The following sample shows the start flow endpoint, POST {{davinciAuthPath}}/company/{{companyID}}/policy/{{registrationPolicyID}}/start
, which initates the flow policy specified by the {{registrationPolicyID}}
in the request URL. In this case, the {{registrationPolicyID}}
corresponds to a registration flow included inthe policy that prompts the user to provide the required information to create a new account.
The request body specifies the username
, password
, email
, primaryPhone
, name.family
, and name.given
input schema properties used in the flow.