Skip to main content

Network

No description

type Network {
activeSso: ActiveSso
activeTheme: NewTheme
additionalSeatsCapacity: Int!
aliases: [String!]!
authMemberProps: NetworkAuthMemberProps
availableLocales: [String!]!
badges: [Badge!]
billingEmail: String
brandColor: String
companyName: String
createdAt: DateTime!
createdBy: Member
createdById: ID!
customCodes(anonymize: Boolean!): [CustomCode!]
customMemberCapacity: Int!
customSeoDetail: CustomSeoDetail
defaultSpaces: [Space!]
description: String
domain: String!
domainSubfolder: String
extraProperties(keys: [String!]): [ExtraProperty!]
favicon: Media
faviconId: ID
footer: Footer
hideDefaultAuthenticationForm: Boolean!
id: ID!
incidentEmails: [String!]
industry: NetworkIndustryType
landingPages: NetworkSettings
limits: NetworkLimits
locale: String!
logo: Media
logoId: ID
mediaLimits: MediaLimits
mediaSettings: MediaNetworkSettings
memberCapacity: Int!
memberCapacityDeclared: Int!
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
organizationId: String
owner: Member
ownerId: ID!
passwordComplexity: NetworkPasswordComplexity!
postTypes(context: PostTypeContext): [PostType!]
privacyPolicyUrl: String
releaseChannel: NetworkReleaseChannelType
roles: [Role!]
seatCapacityDeclared: Int!
seatsCapacity: Int!
settings: Settings
shortcuts: [Shortcut!]
spaces(limit: Int!): PaginatedSpace
status: NetworkStatus!
statusLocked: Boolean!
statusReason: StatusReason
subscriptionPlan: Plan
systemSpaces: [Space!]
termsOfServiceUrl: String
themes: Themes
topNavigation: TopNavigation
tribeBranding: Boolean!
usages: NetworkUsages
visibility: NetworkVisibility!
whoCanInvite: [Role!]
whoCanInviteIds: [ID!]!
}

Fields

activeSso (ActiveSso)

activeTheme (NewTheme)

additionalSeatsCapacity (Int!)

aliases ([String!]!)

authMemberProps (NetworkAuthMemberProps)

availableLocales ([String!]!)

badges ([Badge!])

billingEmail (String)

brandColor (String)

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)

hideDefaultAuthenticationForm (Boolean!)

id (ID!)

incidentEmails ([String!])

industry (NetworkIndustryType)

landingPages (NetworkSettings)

limits (NetworkLimits)

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!)

newDomain (String)

notificationSettings (NotificationNetworkSettings)

organizationId (String)

owner (Member)

ownerId (ID!)

passwordComplexity (NetworkPasswordComplexity!)

postTypes ([PostType!])

privacyPolicyUrl (String)

releaseChannel (NetworkReleaseChannelType)

roles ([Role!])

seatCapacityDeclared (Int!)

seatsCapacity (Int!)

Calculated seats capacity

settings (Settings)

shortcuts ([Shortcut!])

spaces (PaginatedSpace)

status (NetworkStatus!)

statusLocked (Boolean!)

statusReason (StatusReason)

subscriptionPlan (Plan)

systemSpaces ([Space!])

termsOfServiceUrl (String)

themes (Themes)

topNavigation (TopNavigation)

tribeBranding (Boolean!)

usages (NetworkUsages)

visibility (NetworkVisibility!)

whoCanInvite ([Role!])

whoCanInviteIds ([ID!]!)