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.
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
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.
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.