Object GitHub::EnterpriseUserAccount

An account for a user who is an admin of an enterprise or a member of an enterprise through one or more organizations.

Fields

avatarUrl(size: Int): URI!

A URL pointing to the enterprise user account's public avatar.

Args

size: Int

The size of the resulting square image.

createdAt: DateTime!

Identifies the date and time when the object was created.

enterprise: Enterprise!

The enterprise in which this user account exists.

id: ID!

login: String!

An identifier for the enterprise user account, a login or email address

name: String

The name of the enterprise user account

organizations(query: String, orderBy: OrganizationOrder = {field: LOGIN, direction: ASC}, role: EnterpriseUserAccountMembershipRole, after: String, before: String, first: Int, last: Int): EnterpriseOrganizationMembershipConnection!

A list of enterprise organizations this user is a member of.

Args

query: String

The search string to look for.

orderBy: OrganizationOrder = {field: LOGIN, direction: ASC}

Ordering options for organizations returned from the connection.

role: EnterpriseUserAccountMembershipRole

The role of the user in the enterprise organization.

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.

resourcePath: URI!

The HTTP path for this user.

updatedAt: DateTime!

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

url: URI!

The HTTP URL for this user.

user: User

The user within the enterprise.

Uses

EnterpriseUserAccountConnection.nodes

EnterpriseUserAccountEdge.node

EnterpriseMember

Actor

Node