MembershipScopesInputNo descriptiontype MembershipScopesInput { scoped: Boolean! siteIDs: [ID!]!}CopyFields#scoped (Boolean!)#scoped is whether or not a user's membership is limited to specific sites.siteIDs ([ID!]!)#siteIDs are the ids of the sites on which to scope a user's membership to.