Skip to main content

UpdateMembershipContactStoreContactOnlineAccountInput

Defines the input for updating the online account details for a contact.

input UpdateMembershipContactStoreContactOnlineAccountInput {
contactId: ID!
disabled: Boolean
email: EmailAddress
membershipContactStoreId: ID!
password: String
}

Fields

UpdateMembershipContactStoreContactOnlineAccountInput.contactId ● ID! non-null scalar

The identifier of the contact.

UpdateMembershipContactStoreContactOnlineAccountInput.disabled ● Boolean scalar

A flag indicating whether the online account is disabled. Optional.

UpdateMembershipContactStoreContactOnlineAccountInput.email ● EmailAddress scalar

The email address to set for the online account. Optional.

UpdateMembershipContactStoreContactOnlineAccountInput.membershipContactStoreId ● ID! non-null scalar

The identifier of the membership contact store the contact is associated with.

UpdateMembershipContactStoreContactOnlineAccountInput.password ● String scalar

The password to set for the online account. Optional.

Member Of

updateMembershipContactStoreContactOnlineAccount mutation