Github API - Test Config

mutation addEnterpriseOrganizationMember
orgs

Adds enterprise members to an organization within the enterprise.

Arguments
input AddEnterpriseOrganizationMemberInput

AddEnterpriseOrganizationMemberInput [input]

Autogenerated input type of AddEnterpriseOrganizationMember

Attributes
clientMutationId String

A unique identifier for the client performing the mutation.

enterpriseId ID

The ID of the enterprise which owns the organization.

organizationId ID

The ID of the organization the users will be added to.

The role to assign the users in the organization

userIds ID []

The IDs of the enterprise members to add.

API:
Github GraphQL API

Parameters for AddEnterpriseOrganizationMember

Returns
AddEnterpriseOrganizationMemberPayload

AddEnterpriseOrganizationMemberPayload [object]

Autogenerated return type of AddEnterpriseOrganizationMember

Attributes
clientMutationId String

A unique identifier for the client performing the mutation.

users User []

The users who were added to the organization.

API:
Github GraphQL API
API:
Github GraphQL API