--- title: CustomerSendAccountInviteEmailUserError - GraphQL Admin description: Defines errors for customerSendAccountInviteEmail mutation. api_version: 2025-10 api_name: admin type: object api_type: graphql source_url: html: https://shopify.dev/docs/api/admin-graphql/latest/objects/customersendaccountinviteemailusererror md: https://shopify.dev/docs/api/admin-graphql/latest/objects/customersendaccountinviteemailusererror.md --- # Customer​Send​Account​Invite​Email​User​Error object Requires `read_customers` access scope. Defines errors for customerSendAccountInviteEmail mutation. ## Fields * code [Customer​Send​Account​Invite​Email​User​Error​Code](https://shopify.dev/docs/api/admin-graphql/latest/enums/CustomerSendAccountInviteEmailUserErrorCode) The error code. * field [\[String!\]](https://shopify.dev/docs/api/admin-graphql/latest/scalars/String) The path to the input field that caused the error. * message [String!](https://shopify.dev/docs/api/admin-graphql/latest/scalars/String) non-null The error message. *** ## Map No referencing types *** ## Mutations * [customer​Send​Account​Invite​Email](https://shopify.dev/docs/api/admin-graphql/latest/mutations/customerSendAccountInviteEmail) mutation Sends the customer an account invite email. *** ## <\~> CustomerSendAccountInviteEmailUserError Mutations ### Mutated by * <\~>[customer​Send​Account​Invite​Email](https://shopify.dev/docs/api/admin-graphql/latest/mutations/customerSendAccountInviteEmail) *** ## Interfaces * [Displayable​Error](https://shopify.dev/docs/api/admin-graphql/latest/interfaces/DisplayableError) interface *** ## ||-CustomerSendAccountInviteEmailUserError Implements ### Implements * ||-[Displayable​Error](https://shopify.dev/docs/api/admin-graphql/latest/interfaces/DisplayableError)