# AccountInput **Type:** GraphQL inputs **Description:** Represents an Account ## Fields - CurrentOwner (Boolean): Whether this account is the current owner of the entitlement in the distribution chain - accountId (String): ID of the account. Example: "SampleOrg12345" - accountName (String): Name of the account - accountType (String): Type of the account. Valid types are PUBLISHER, CUSTOMER, CHANNEL_PARTNER, SELF_REGISTERED, UNKNOWN. Example: "CUSTOMER" - contactEmail (String): Email address of the Contact in the account. Example: "Joe@example.com" - partnerTierName (String): Partner tier of the account owning the entitlement. Valid values are END_CUSTOMER and PARTNER_TIER_ONE. Example: "END_CUSTOMER"