Object GitHub::EnterpriseServerUserAccount

A user account on an Enterprise Server installation.

Fields

createdAt: DateTime!

Identifies the date and time when the object was created.

emails(orderBy: EnterpriseServerUserAccountEmailOrder = {field: EMAIL, direction: ASC}, after: String, before: String, first: Int, last: Int): EnterpriseServerUserAccountEmailConnection!

User emails belonging to this user account.

Args

orderBy: EnterpriseServerUserAccountEmailOrder = {field: EMAIL, direction: ASC}

Ordering options for Enterprise Server user account emails returned from the connection.

after: String

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

before: String

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

first: Int

Returns the first n elements from the list.

last: Int

Returns the last n elements from the list.

enterpriseServerInstallation: EnterpriseServerInstallation!

The Enterprise Server installation on which this user account exists.

id: ID!

isSiteAdmin: Boolean!

Whether the user account is a site administrator on the Enterprise Server installation.

login: String!

The login of the user account on the Enterprise Server installation.

profileName: String

The profile name of the user account on the Enterprise Server installation.

remoteCreatedAt: DateTime!

The date and time when the user account was created on the Enterprise Server installation.

remoteUserId: Int!

The ID of the user account on the Enterprise Server installation.

updatedAt: DateTime!

Identifies the date and time when the object was last updated.

Uses

EnterpriseServerUserAccountConnection.nodes

EnterpriseServerUserAccountEdge.node

EnterpriseServerUserAccountEmail.userAccount

Node