Organization OBJECT

An organization

Fields

agentTokensAgentTokenConnection

Returns agent access tokens for an Organization. By default returns all tokens, whether revoked or non-revoked.

Arguments

firstIntrequired

lastIntrequired

revokedBooleanrequired

Filter tokens by whether they are revoked or not

agentsAgentConnection

Arguments

firstIntrequired

afterStringrequired

lastIntrequired

beforeStringrequired

searchStringrequired

Search agents for the given query terms case insensitively across name and meta data

metaDataStringrequired

Filter agents to those only having the matching meta data

clusterIDrequired

Filter agents by membership of a given cluster

clusterQueueIDrequired

Filter agents to those within a given cluster queue

clusteredBoolean

Pass false to exclude agents that belong to a cluster queue

Default value: true

isRunningJobBooleanrequired

Filter agents by whether they are running a job or not

allowedApiIpAddressesString

A space-separated allowlist of IP addresses that can access the organization via the GraphQL or REST API

auditEventsOrganizationAuditEventConnection

Arguments

firstIntrequired

afterStringrequired

lastIntrequired

beforeStringrequired

occurredAtFromDateTimerequired

Filter events which occurred from the given date and time

occurredAtToDateTimerequired

Filter events which occurred until the given date and time

typeAuditEventTyperequired

Filter the events by type

actorTypeAuditActorTyperequired

Filter the events by the type of actor who initiated them

actorIDrequired

Filter the events by the IDs of the actors who initiated them

subjectTypeAuditSubjectTyperequired

Filter the events by the type of subject they relate to

subjectIDrequired

Filter the events by the IDs of the subject they relate to

orderOrganizationAuditEventOrders

Order the events

Default value: RECENTLY_OCCURRED

subjectUUIDIDrequired

Filter the events by the UUIDs of the subject they relate to

clusterCluster

Return cluster in the Organization by UUID

Arguments

idIDrequired

clustersClusterConnection

Returns clusters for an Organization

Arguments

firstIntrequired

Returns the first n elements from the list.

afterStringrequired

Returns the elements in the list that come after the specified cursor.

lastIntrequired

Returns the last n elements from the list.

beforeStringrequired

Returns the elements in the list that come before the specified cursor.

orderClusterOrder

Order the clusters

Default value: NAME

iconUrlString

The URL to an icon representing this organization

idID

invitationsOrganizationInvitationConnection

Arguments

firstIntrequired

afterStringrequired

lastIntrequired

beforeStringrequired

stateOrganizationInvitationStatesrequired

orderOrganizationInvitationOrders

Order the invitations

Default value: RECENTLY_CREATED

isTeamsEnabledBoolean

Whether teams is enabled for this organization

jobsJobConnection

Arguments

firstIntrequired

Returns the first n elements from the list.

afterStringrequired

Returns the elements in the list that come after the specified cursor.

lastIntrequired

Returns the last n elements from the list.

beforeStringrequired

Returns the elements in the list that come before the specified cursor.

typeJobTypesrequired

stateJobStatesrequired

priorityJobPrioritySearchrequired

agentQueryRulesStringrequired

concurrencyJobConcurrencySearchrequired

passedBooleanrequired

Whether or not the command job passed. Passing false will return all failed jobs (including "soft failed" jobs)

stepJobStepSearchrequired

Filtering jobs based on related step information

orderJobOrder

Order the jobs

Default value: RECENTLY_CREATED

membersOrganizationMemberConnection

Returns users within the organization

Arguments

firstIntrequired

afterStringrequired

lastIntrequired

beforeStringrequired

searchStringrequired

Search members named like the given query case insensitively

emailStringrequired

The primary email of the team member

teamTeamSelectorrequired

Filter the members by team

roleOrganizationMemberRolerequired

Search members by their role

securityOrganizationMemberSecurityInputrequired

ssoOrganizationMemberSSOInputrequired

orderOrganizationMemberOrder

Order the members

Default value: RECENTLY_CREATED

nameString

The name of the organization

permissionsOrganizationPermissions

pipelinesPipelineConnection

Return all the pipelines the current user has access to for this organization

Arguments

firstIntrequired

afterStringrequired

lastIntrequired

beforeStringrequired

searchStringrequired

Search pipelines named like the given query case insensitively

repositoryPipelineRepositoryInputrequired

archivedBooleanrequired

Filter pipelines based on whether or not they've been archived. If not provided, all pipelines are returned regardless of archived state.

teamTeamSelectorrequired

Filter the pipelines by team

favoriteBooleanrequired

Only return favorited pipelines

orderPipelineOrders

Order the pipelines

Default value: RECENTLY_CREATED

tagsStringrequired

Filter pipelines with those that have particular tags

createdAtFromDateTimerequired

createdAtToDateTimerequired

publicBoolean

Whether this organization is visible to everyone, including people outside it

slugString

The slug used to represent the organization in URLs

ssoOrganizationSSO

The single sign-on configuration of this organization

ssoProvidersSSOProviderConnection

Single sign on providers created for an organization

Arguments

firstIntrequired

Returns the first n elements from the list.

afterStringrequired

Returns the elements in the list that come after the specified cursor.

lastIntrequired

Returns the last n elements from the list.

beforeStringrequired

Returns the elements in the list that come before the specified cursor.

suitesSuiteConnection

Return all the suite the current user has access to for this organization

Arguments

firstIntrequired

afterStringrequired

lastIntrequired

beforeStringrequired

searchStringrequired

Search suites named like the given query case insensitively

teamTeamSelectorrequired

Filter the suites by team

orderSuiteOrders

Order the suites

Default value: RECENTLY_CREATED

createdAtFromDateTimerequired

createdAtToDateTimerequired

teamsTeamConnection

Returns teams within the organization that the viewer can see

Arguments

firstIntrequired

afterStringrequired

lastIntrequired

beforeStringrequired

searchStringrequired

Search teams

pipelinePipelineSelectorrequired

Filter teams by pipeline

userUserSelectorrequired

Filter teams by user membership

privacyTeamPrivacyrequired

Search teams by their privacy

orderTeamOrder

Order the teams

Default value: NAME

uuidString

The public UUID for this organization

Interfaces

Node