Object GitHub::EnterpriseAdministratorInvitation
An invitation for a user to become an owner or billing manager of an enterprise.
Fields
createdAt: DateTime!
Identifies the date and time when the object was created.
email: String
The email of the person who was invited to the enterprise.
enterprise: Enterprise!
The enterprise the invitation is for.
id: ID!
invitee: User
The user who was invited to the enterprise.
inviter: User
The user who created the invitation.
role: EnterpriseAdministratorRole!
The invitee's pending role in the enterprise (owner or billing_manager).