Github API - Test Config

mutation createEnterpriseOrganization
orgs

Creates an organization as part of an enterprise account. A personal access
token used to create an organization is implicitly permitted to update the
organization it created, if the organization is part of an enterprise that has
SAML enabled or uses Enterprise Managed Users. If the organization is not part
of such an enterprise, and instead has SAML enabled for it individually, the
token will then require SAML authorization to continue working against that organization.

Arguments
input CreateEnterpriseOrganizationInput

CreateEnterpriseOrganizationInput [input]

Autogenerated input type of CreateEnterpriseOrganization

Attributes
adminLogins String []

The logins for the administrators of the new organization.

billingEmail String

The email used for sending billing receipts.

clientMutationId String

A unique identifier for the client performing the mutation.

enterpriseId ID

The ID of the enterprise owning the new organization.

login String

The login of the new organization.

profileName String

The profile name of the new organization.

API:
Github GraphQL API

Parameters for CreateEnterpriseOrganization

Returns
CreateEnterpriseOrganizationPayload

CreateEnterpriseOrganizationPayload [object]

Autogenerated return type of CreateEnterpriseOrganization

Attributes
clientMutationId String

A unique identifier for the client performing the mutation.

enterprise Enterprise

The enterprise that owns the created organization.

organization Organization

The organization that was created.

API:
Github GraphQL API
API:
Github GraphQL API