RestrictedTo
Account membership restricted to
type RestrictedTo {
firstName: String!
lastName: String!
birthDate: Date
phoneNumber: String
}
Fields
RestrictedTo.firstName
● String!
non-null scalar
first name
RestrictedTo.lastName
● String!
non-null scalar
last name
RestrictedTo.birthDate
● Date
scalar
birth date
RestrictedTo.phoneNumber
● String
scalar
phone number We're introducing more flexibility in the process to invite & bind new account members (cf public roadmap on notion). For some use cases, it would be possible to invite an account member without their mobile phone number. Please note that the phone number will remain mandatory at the invitation (despite being optional in the Graph) until the new flow is delivered. It is hidden behind a feature toggle
Member Of
AccountMembershipBindingUserErrorStatusInfo
object ● AccountMembershipConsentPendingStatusInfo
object ● AccountMembershipInvitationSentStatusInfo
object