Skip to main content

MembershipScopesInput

No description

type MembershipScopesInput {  scoped: Boolean!  siteIDs: [ID!]!}

Fields#

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.