--- title: CustomerSendAccountInviteEmailPayload - GraphQL Admin description: Return type for `customerSendAccountInviteEmail` mutation. api_version: 2025-10 api_name: admin type: payload api_type: graphql source_url: html: https://shopify.dev/docs/api/admin-graphql/latest/payloads/customersendaccountinviteemailpayload md: https://shopify.dev/docs/api/admin-graphql/latest/payloads/customersendaccountinviteemailpayload.md --- # Customer​Send​Account​Invite​Email​Payload payload Return type for `customerSendAccountInviteEmail` mutation. ## Fields * customer [Customer](https://shopify.dev/docs/api/admin-graphql/latest/objects/Customer) The customer to whom an account invite email was sent. * user​Errors [\[Customer​Send​Account​Invite​Email​User​Error!\]!](https://shopify.dev/docs/api/admin-graphql/latest/objects/CustomerSendAccountInviteEmailUserError) non-null The list of errors that occurred from executing the mutation. *** ## Mutations with this payload * [customer​Send​Account​Invite​Email](https://shopify.dev/docs/api/admin-graphql/latest/mutations/customerSendAccountInviteEmail) mutation Sends an email invitation for a customer to create a legacy customer account. The invitation lets customers set up their password and activate their account in the online store. You can optionally customize the email content including the subject, sender, recipients, and message body. If you don't provide email customization, the store uses its default account invitation template. *** Note The invite only works when legacy customer accounts are enabled on the shop. *** *** ## Map ### Mutations with this payload * [customer​Send​Account​Invite​Email](https://shopify.dev/docs/api/admin-graphql/latest/types/customerSendAccountInviteEmail)