Skip to main content

Organization Object

Represents an organization, which is the top-level object under which all other objects, such as Users, Customers, Integrations, etc., exist.

Return fields#

allowAddAlertGroup (Boolean!)#

Specifies whether the signed-in User can add an AlertGroup to the Organization.

allowAddAlertWebhook (Boolean!)#

Specifies whether the signed-in User can add an AlertWebhook to the Organization.

allowAddCredential (Boolean!)#

Specifies whether the signed-in User can add a Credential to the Organization.

allowAddCustomer (Boolean!)#

Specifies whether the signed-in User can add a Customer to the Organization.

allowAddExternalLogStream (Boolean!)#

Specifies whether the signed-in User can add an External Log stream to the Organization.

allowAddIntegration (Boolean!)#

Specifies whether the signed-in User can add an Integration to the Organization.

allowAddSigningKey (Boolean!)#

Specifies whether the signed-in User can add a Signing Key to the Organization.

allowAddUser (Boolean!)#

Specifies whether the signed-in User can add a User to the Organization.

allowConfigureCredentials (Boolean!)#

Specifies whether the signed-in User's Organization has access to legacy Credentials.

allowConfigureEmbedded (Boolean!)#

Specifies whether this Plan allows configuration of Embedded for the Organization.

allowConfigureExternalLogStreams (Boolean!)#

Specifies whether this Plan allows configuration of External Log Streams for the Organization.

allowConfigureThemes (Boolean!)#

Specifies whether the signed-in User can configure Themes for the Organization.

allowCustomTheme (Boolean!)#

Specifies whether this Plan allows configuration of a Custom Theme for the Organization.

allowEmbeddedDesigner (Boolean!)#

Specifies whether this Plan allows using the Embedded Designer the Organization.

allowEnableInstance (Boolean!)#

Specifies whether Instances may be enabled based on the utilization allowed by the current Plan.

allowExecuteInstance (Boolean!)#

Specifies whether Instances may be executed based on the utilization allowed by the current Plan.

allowExecutionRetryConfig (Boolean!)#

Specifies whether the current Plan allows configuration for automatic retry of Instance executions.

allowPublishComponent (Boolean!)#

Specifies whether the signed-in User can add a Component to the Organization.

allowRemove (Boolean!)#

Specifies whether the signed-in User can remove the Organization.

allowUpdate (Boolean!)#

Specifies whether the signed-in User can update the Organization.

allowUserLevelConfig (Boolean!)#

Specifies whether this Plan allows for creating User Level Configured Instances.

allowViewBilling (Boolean!)#

Specifies whether the signed-in User can view Billing information for the Organization.

avatarUrl (String)#

The URL for the avatar image.

components (ComponentConnection!)#

The Components that belong to the Organization.

credentials (CredentialConnection!)#

The Organization the Credential belongs to, if any. If NULL then Customer will be specified.

currentPlan (String!)#

Plan the Organization is subscribed to; set once payment is confirmed.

customers (CustomerConnection!)#

The Organization to which the Customer belongs.

featureFlags (JSONString)#
id (ID!)#

The ID of the object

integrations (IntegrationConnection!)#

The Integrations that belong to the Organization.

labels ([String!])#

The labels that are associated with the object.

marketplaceName (String!)#

Display name of the Organization's Marketplace.

name (String!)#

The unique name of the Organization.

overExecutionLimit (Boolean!)#

Specifies whether the Organization execution utilization has exceeded the Plan's limits.

overdue (Boolean!)#

Indicates if the Organization is overdue on payment

signingKeys (OrganizationSigningKeyConnection!)#
systemSuspended (Boolean!)#

Specifies whether the Organization's account has been suspended by Prismatic.

theme (Theme)#

The Theme associated with an Organization

users (UserConnection!)#

The Organization that the User belongs to, if any. If this is NULL then Customer will be specified.

usesBillingPortal (Boolean!)#

Specifies whether to use the Billing Portal based on the Organization's current Plan.