Skip to main content

UserModerationScopes

UserModerationScopes describes the scopes for moderation. These only apply when the user has a MODERATOR role.

type UserModerationScopes {  scoped: Boolean!  sites: [Site!]  siteIDs: [String!]}

Fields#

scoped (Boolean!)#

scoped returns true when the moderator has a scoped moderation role, and cannot moderate organization wide.

sites ([Site!])#

sites (when not null) list the sites that the user is only allowed to moderate on. When null, it means that the user is allowed to moderate on all sites.

siteIDs ([String!])#

siteIDs (when not null) list the sites that the user is only allowed to moderate on. When null, it means that the user is allowed to moderate on all sites.