ValidateCeContactStoreOnlineUserAccountInput
Defines the input for validating an online user account in a continuing education contact store.
input ValidateCeContactStoreOnlineUserAccountInput {
ceContactStoreId: ID!
emailAddress: String!
password: String
pin: String
}
Fields
ValidateCeContactStoreOnlineUserAccountInput.ceContactStoreId ● ID! non-null scalar
The identifier of the continuing education contact store that is associated with the online user account.
ValidateCeContactStoreOnlineUserAccountInput.emailAddress ● String! non-null scalar
The email of the online user account to be validated.
ValidateCeContactStoreOnlineUserAccountInput.password ● String scalar
The password for the online user account to be validated. Optional.
A pin or password is required.
ValidateCeContactStoreOnlineUserAccountInput.pin ● String scalar
The pin for the online user account to be validated. Optional.
A pin or password is required.