Skip to main content

organization Query

Returns the Organization of the signed-in User if the User is an Organization User.

Access is permitted when any of the following condition(s) are met: 1. The signed-in User has any of the following permissions for the object: [org_view].

Input fields

ArgumentTypeDescription

Return fields (Organization)

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.

allowDisablingInstanceOutputs (Boolean!)

Specifies whether this Plan allows for disabling Instance logs and step results.

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.

concurrentExecutionLimit (Int!)

The maximum number of concurrent executions allowed for this 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!)

This field has been deprecated.

planExpiresAt (DateTime)

Date and time the Organization's current Plan expires

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

This field has been deprecated.