PluralNetwork (Object)
Description
No description
Fields
| Name | Description | 
|---|---|
| activeSso - ActiveSso | |
| activeTheme - NewTheme | |
| additionalSeatsCapacity - Int | |
| aliases - [String!]! | |
| authMemberProps - NetworkAuthMemberProps | |
| availableLocales - [String!]! | |
| badges - [Badge!] | |
| billingEmail - String | |
| brandColor - String | Has been replaced by activeTheme, but some may still use it | 
| companyName - String | |
| createdAt - DateTime! | |
| createdBy - Member | |
| createdById - ID! | |
| customCodes - [CustomCode!] | |
| customMemberCapacity - Int | |
| customSeoDetail - CustomSeoDetail | |
| defaultSpaces - [Space!] | |
| description - String | |
| domain - String! | |
| domainSubfolder - String | |
| extraProperties - [ExtraProperty!] | |
| favicon - Media | |
| faviconId - ID | |
| footer - Footer | |
| globalFavicon - Media | |
| globalLogo - Media | |
| hideDefaultAuthenticationForm - Boolean! | |
| id - ID! | |
| images - NetworkImages | |
| incidentEmails - [String!] | |
| industry - NetworkIndustryType | |
| landingPages - NetworkSettings | |
| limits - NetworkLimits | |
| limitsUpdatedAt - DateTime | |
| locale - String! | |
| logo - Media | |
| logoId - ID | |
| mediaLimits - MediaLimits | |
| mediaSettings - MediaNetworkSettings | |
| memberCapacity - Int | Calculated member capacity | 
| memberCapacityDeclared - Int | |
| memberFields - CustomFieldsSchema | |
| members - PaginatedMember | |
| membersCount - Int | |
| membership - NetworkMembership! | |
| name - String! | |
| navigationSlates - NavigationSlates! | |
| newDomain - String | |
| notificationSettings - NotificationNetworkSettings | |
| organizationId - String | |
| overUsedAt - DateTime | |
| owner - Member | |
| ownerId - ID! | |
| passwordComplexity - NetworkPasswordComplexity! | |
| planName - String! | |
| postTypes - [PostType!] | |
| privacyPolicyUrl - String | |
| referralLink - String | |
| referralProgramEnabled - Boolean! | |
| releaseChannel - NetworkReleaseChannelType | |
| roles - [Role!] | |
| searchSettings - SearchNetworkSettings | |
| seatCapacityDeclared - Int | |
| seatsCapacity - Int | Calculated seats capacity | 
| settings - Settings | |
| shortcuts - [Shortcut!] | |
| spaces - PaginatedSpace | |
| status - NetworkStatus! | |
| statusLocked - Boolean! | |
| statusReason - StatusReason | |
| systemSpaces - [Space!] | |
| termsOfServiceUrl - String | |
| themes - Themes | Has been replaced by activeTheme, but some may still use "themes" | 
| topNavigation - TopNavigation | |
| tribeBranding - Boolean! | |
| usages - NetworkUsages | |
| visibility - NetworkVisibility! | |
| whoCanInvite - [Role!] | |
| whoCanInviteIds - [ID!]! | |
| willUnpublishAt - DateTime | 
type PluralNetwork {
  activeSso: ActiveSso
  activeTheme: NewTheme
  additionalSeatsCapacity: Int @deprecated
  aliases: [String!]!
  authMemberProps: NetworkAuthMemberProps
  availableLocales: [String!]!
  badges: [Badge!]
  billingEmail: String @deprecated
  brandColor: String
  companyName: String
  createdAt: DateTime!
  createdBy: Member
  createdById: ID!
  customCodes(
    anonymize: Boolean!
  ): [CustomCode!]
  customMemberCapacity: Int @deprecated
  customSeoDetail: CustomSeoDetail
  defaultSpaces: [Space!]
  description: String
  domain: String!
  domainSubfolder: String
  extraProperties(
    keys: [String!]
  ): [ExtraProperty!]
  favicon: Media
  faviconId: ID
  footer: Footer @deprecated
  globalFavicon: Media
  globalLogo: Media
  hideDefaultAuthenticationForm: Boolean!
  id: ID!
  images: NetworkImages
  incidentEmails: [String!]
  industry: NetworkIndustryType @deprecated
  landingPages: NetworkSettings @deprecated
  limits: NetworkLimits
  limitsUpdatedAt: DateTime
  locale: String!
  logo: Media
  logoId: ID
  mediaLimits: MediaLimits @deprecated
  mediaSettings: MediaNetworkSettings @deprecated
  memberCapacity: Int @deprecated
  memberCapacityDeclared: Int @deprecated
  memberFields: CustomFieldsSchema
  members(
    after: String
    before: String
    limit: Int!
    offset: Int
    reverse: Boolean
    status: [MemberStatusInput!]
  ): PaginatedMember
  membersCount: Int
  membership: NetworkMembership!
  name: String!
  navigationSlates: NavigationSlates!
  newDomain: String
  notificationSettings: NotificationNetworkSettings @deprecated
  organizationId: String
  overUsedAt: DateTime
  owner: Member
  ownerId: ID!
  passwordComplexity: NetworkPasswordComplexity!
  planName: String!
  postTypes(
    context: PostTypeContext
  ): [PostType!]
  privacyPolicyUrl: String
  referralLink: String
  referralProgramEnabled: Boolean!
  releaseChannel: NetworkReleaseChannelType @deprecated
  roles: [Role!]
  searchSettings: SearchNetworkSettings
  seatCapacityDeclared: Int @deprecated
  seatsCapacity: Int @deprecated
  settings: Settings
  shortcuts: [Shortcut!]
  spaces(
    limit: Int!
  ): PaginatedSpace
  status: NetworkStatus!
  statusLocked: Boolean!
  statusReason: StatusReason
  systemSpaces: [Space!]
  termsOfServiceUrl: String
  themes: Themes
  topNavigation: TopNavigation @deprecated
  tribeBranding: Boolean!
  usages: NetworkUsages
  visibility: NetworkVisibility!
  whoCanInvite: [Role!]
  whoCanInviteIds: [ID!]!
  willUnpublishAt: DateTime
}