AccountUserCommsPreferences
Information about the preferences set up for a user.
Fields
What format the user would like to receive their emails in.
This setting allows the user to adjust the default font size of the communications sent to them.
Whether the user has opted in to receive meter reading confirmation emails.
Whether a user has opted in to receive messages from the client or client group. For example, for Octopus Energy this describes whether a user is opted in to offers from Octopus Investments.
Whether the user is opted in to life support call.
Whether a user has opted in to receive messages offering discounts or other services not directly related to the services the client provides.
Whether a user has opted in to receive messages we recommend they read, but are not vital to the utilities the client provides. For example, these could be reminders that the client will take a payment.
Whether the user has opted in to receive SMS messages.
Whether a user has opted in to receive messages from the client's preferred third parties.
Whether a user has opted in to receive messages updating them on client activities.
Whether a user has opted to have inverted colours in their emails. This is currently only relevant to the Octopus Energy brand, whose emails have a dark background by default.
Song which will be used as hold music for the user.
The date the SMS opt-in was last changed.
Example
{
"emailFormat": "TEXT",
"fontSizeMultiplier": 308.28,
"isOptedInMeterReadingConfirmations": true,
"isOptedInToClientMessages": true,
"isOptedInToLifeSupportCall": true,
"isOptedInToOfferMessages": true,
"isOptedInToRecommendedMessages": true,
"isOptedInToSmsMessages": true,
"isOptedInToThirdPartyMessages": true,
"isOptedInToUpdateMessages": true,
"isUsingInvertedEmailColours": true,
"preferredHoldMusic": "NO_SONG_PREFERRED",
"smsOptInLastChangeDate": "2005-10-20T07:02:40.445681+00:00"
}