Users > Users > usersChangeEmail
Commerce APIUsersUsersusersChangeEmail
usersChangeEmail
POST:users/change_email.json

Description

Change primary email. The email must be added to the user and confirmed before this operation can be successful.

Topic: Users

Arguments

email: String!


Result

Boolean

Preview (typescript)

function usersChangeEmail(
email: string
): boolean