UserInputRequired
A type that returns user inputs that need to be provided for the device to be successfully registered
Fields
An error describing which user inputs failed validation, if any.
A unique identifier for this onboarding step.
A list of requested inputs for a user to provide in order for the onboarding journey to continue.
The example data in the variables and responses below are autogenerated values designed to resemble real inputs. They do not represent actual customer data, and in some cases may require additional validation.
Example
{
"error": UserInputRequiredError,
"id": "50642380",
"userInputs": [UserInputType]
}