Skip to main content

AccountPreferences

No description

type AccountPreferences {
helplyAccountId: String
helplyCopilotGuidance: String
twoFactorAuthenticationGloballyEnforced: Boolean!
}

Fields

AccountPreferences.helplyAccountId ● String scalar common

Helply account identifier linked to this Groove account.

AccountPreferences.helplyCopilotGuidance ● String scalar common

Custom guidance text for Groove Copilot responses.

AccountPreferences.twoFactorAuthenticationGloballyEnforced ● Boolean! non-null scalar common

True if two-factor authentication is globally enforced; false otherwise.

Returned by

accountPreferences query

Member of

AccountPreferenceUpsertPayload object