# Update primary email **POST /api/my-account/primary-email** Update primary email for the user, a logto-verification-id in header is required for checking sensitive permissions, and a new identifier verification record is required for the new email ownership verification. ## Servers - Logto endpoint address.: https://[tenant_id].logto.app (Logto endpoint address.) ## Authentication methods - O auth2 ## Parameters ### Body: application/json (object) - **email** (string(regex)) The new email for the user. - **newIdentifierVerificationRecordId** (string) The identifier verification record ID for the new email ownership verification. ## Responses ### 204 The primary email was updated successfully. ### 400 The new verification record is invalid. ### 401 Unauthorized ### 403 Permission denied, the verification record is invalid. ### 422 Unprocessable Content [Powered by Bump.sh](https://bump.sh)