AccountMembershipConsentPendingStatusInfo
when the user has to consent to invite a new account membership
type AccountMembershipConsentPendingStatusInfo implements AccountMembershipStatusInfo {
status: AccountMembershipStatus!
consent: Consent!
restrictedTo: RestrictedTo!
}
Fields
AccountMembershipConsentPendingStatusInfo.status ● AccountMembershipStatus! non-null enum
AccountMembership status (always ConsentPending for type AccountMembershipConsentPendingStatusInfo)
AccountMembershipConsentPendingStatusInfo.consent ● Consent! non-null object
The consent required to invite this account membership
AccountMembershipConsentPendingStatusInfo.restrictedTo ● RestrictedTo! non-null object
restricted to a user
Interfaces
AccountMembershipStatusInfo interface
here are the different account membership status: