Github API - Test Config

mutation removeEnterpriseAdmin

Removes an administrator from the enterprise.

Arguments
input RemoveEnterpriseAdminInput

RemoveEnterpriseAdminInput [input]

Autogenerated input type of RemoveEnterpriseAdmin

Attributes
clientMutationId String

A unique identifier for the client performing the mutation.

enterpriseId ID

The Enterprise ID from which to remove the administrator.

login String

The login of the user to remove as an administrator.

API:
Github GraphQL API

Parameters for RemoveEnterpriseAdmin

Returns
RemoveEnterpriseAdminPayload

RemoveEnterpriseAdminPayload [object]

Autogenerated return type of RemoveEnterpriseAdmin

Attributes
admin User

The user who was removed as an administrator.

clientMutationId String

A unique identifier for the client performing the mutation.

enterprise Enterprise

The updated enterprise.

message String

A message confirming the result of removing an administrator.

viewer User

The viewer performing the mutation.

API:
Github GraphQL API
API:
Github GraphQL API