Github API - Test Config

mutation removeEnterpriseMember

Removes a user from all organizations within the enterprise

Arguments
input RemoveEnterpriseMemberInput

RemoveEnterpriseMemberInput [input]

Autogenerated input type of RemoveEnterpriseMember

Attributes
clientMutationId String

A unique identifier for the client performing the mutation.

enterpriseId ID

The ID of the enterprise from which the user should be removed.

userId ID

The ID of the user to remove from the enterprise.

API:
Github GraphQL API

Parameters for RemoveEnterpriseMember

Returns
RemoveEnterpriseMemberPayload

RemoveEnterpriseMemberPayload [object]

Autogenerated return type of RemoveEnterpriseMember

Attributes
clientMutationId String

A unique identifier for the client performing the mutation.

enterprise Enterprise

The updated enterprise.

user User

The user that was removed from the enterprise.

viewer User

The viewer performing the mutation.

API:
Github GraphQL API
API:
Github GraphQL API