UpdateContactStoreContactOnlineAccountInput
Defines the input for updating the online account details for a contact.
input UpdateContactStoreContactOnlineAccountInput {
contactId: ID!
contactStoreId: ID!
disabled: Boolean
email: EmailAddress
password: String
}
Fields
UpdateContactStoreContactOnlineAccountInput.contactId ● ID! non-null scalar
The identifier of the contact.
UpdateContactStoreContactOnlineAccountInput.contactStoreId ● ID! non-null scalar
The identifier of the contact store the contact is associated with.
UpdateContactStoreContactOnlineAccountInput.disabled ● Boolean scalar
A flag indicating whether the online account is disabled. Optional.
UpdateContactStoreContactOnlineAccountInput.email ● EmailAddress scalar
The email address to set for the online account. Optional.
UpdateContactStoreContactOnlineAccountInput.password ● String scalar
The password to set for the online account. Optional.