# Account **Type:** GraphQL objects **Description:** Represents an Account entity. ## Fields - accountId (String): Represents the unique identifier of the account. - accountName (String): Name of the account. - accountType (AccountType): Represents the type of account. - contactEmail (String): Email address of the contact associated with the account. - currentOwner (Boolean): Flag indicating if this account is the current owner of the entitlement. - partnerTierName (PartnerTier): Represents the partner tier associated with the account.