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