Skip to main content

UserConsentSettings

No description

type UserConsentSettings {
preferredNotificationChannel: PreferredNotificationChannel!
userId: String!
projectId: String!
}

Fields​

UserConsentSettings.preferredNotificationChannel ● PreferredNotificationChannel! non-null enum​

Preferred notification channel

UserConsentSettings.userId ● String! non-null scalar​

User identifier

UserConsentSettings.projectId ● String! non-null scalar​

Project identifier

Member Of​

UpdateUserConsentSettingsSuccessPayload object