UserMembershipScopes
UserMembershipScopes describes the scopes of membership. These only apply when the user has a MEMBER role.
type UserMembershipScopes { scoped: Boolean! sites: [Site!] siteIDs: [String!]}
#
Fieldsscoped
(Boolean!
)#
scoped returns true when the user has a scoped membership, and is not a member organization wide.
sites
([Site!]
)#
sites (when not null) list the sites that the user is a member of When null, it means that the user is a member of all sites within the organization.
siteIDs
([String!]
)#
siteIDs (when not null) list the sites that the user is a member of When null, it means that the user is a member of all sites within the organization.