octocareOnboardingInfo
Returns the info required to start the onboarding process for a Mini in the cared-for account's property, by the cared.
Deprecation
The 'octocareOnboardingInfo' field is deprecated.The octocare feature is no longer supported.
- Marked as deprecated on 2026-04-22.
- Scheduled for removal on or after 2026-05-22.
Arguments
Cared-for account number.
Returns
OctocareOnboardingInfoPossible Errors
Allowed Viewers
Required Permissions
Can view octocare onboarding infoQuery Complexity
1Examples
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.
query OctocareOnboardingInfo($accountNumber: String!) {
octocareOnboardingInfo(accountNumber: $accountNumber) {
chfDeviceId
propertyAddressLine1
propertyId
}
}
Variables
{
"accountNumber": "A-9DC6F8AB"
}
Response
{
"data": {
"octocareOnboardingInfo": {
"chfDeviceId": "67950600",
"propertyAddressLine1": "value-eat-especially-authority-run",
"propertyId": "87731739"
}
}
}