AddAccordMemberEmailInput
No description
input AddAccordMemberEmailInput {
memberId: String!
email: String!
firstName: String
lastName: String
jobTitle: String
}
Fields
AddAccordMemberEmailInput.memberId ● String! non-null scalar
The accord member to attach the email to.
AddAccordMemberEmailInput.email ● String! non-null scalar
Email to link to the member. Mints a new account against the member's profile, or re-keys the member onto the existing account that owns this email.
AddAccordMemberEmailInput.firstName ● String scalar
Optional first name to set on the resulting profile.
AddAccordMemberEmailInput.lastName ● String scalar
Optional last name to set on the resulting profile.
AddAccordMemberEmailInput.jobTitle ● String scalar
Optional job title to set on the resulting profile.
Member Of
addAccordMemberEmail mutation