AccountMembershipBindingUserErrorStatusInfo
when a user is bound with the error to the account membership
type AccountMembershipBindingUserErrorStatusInfo implements AccountMembershipStatusInfo {
status: AccountMembershipStatus!
firstNameMatchError: Boolean!
emailVerifiedMatchError: Boolean!
idVerifiedMatchError: Boolean!
lastNameMatchError: Boolean!
phoneNumberMatchError: Boolean!
birthDateMatchError: Boolean!
restrictedTo: RestrictedTo!
}
Fields
AccountMembershipBindingUserErrorStatusInfo.status ● AccountMembershipStatus! non-null enum
AccountMembership status (always BindingUserError for type AccountMembershipBindingUserErrorStatusInfo)
AccountMembershipBindingUserErrorStatusInfo.firstNameMatchError ● Boolean! non-null scalar
true if the first name of the bound user doesn't match with the invitation
AccountMembershipBindingUserErrorStatusInfo.emailVerifiedMatchError ● Boolean! non-null scalar
true if the email of the bound user doesn't match with the invitation
AccountMembershipBindingUserErrorStatusInfo.idVerifiedMatchError ● Boolean! non-null scalar
true if Swan hasn't verified the user's identity
AccountMembershipBindingUserErrorStatusInfo.lastNameMatchError ● Boolean! non-null scalar
true if the last name of the bound user doesn't match with the invitation
AccountMembershipBindingUserErrorStatusInfo.phoneNumberMatchError ● Boolean! non-null scalar
true if the phone number of the bound user doesn't match with the invitation
AccountMembershipBindingUserErrorStatusInfo.birthDateMatchError ● Boolean! non-null scalar
true if the birth date of the bound user doesn't match with the invitation