The following sample shows the start flow endpoint, POST {{davinciAuthPath}}/company/{{companyID}}/policy/{{devicePolicyID}}/start
, which initates the flow specified by the {{devicePolicyID}}
in the request URL. In this case, the {{devicePolicyID}}
corresponds to an MFA create device flow included in the policy that prompts the user for a user ID and an email address to designate as the MFA device.
The request body specifies the userId
and email
input schema properties used in the flow.