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