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