Skip to content
Woolf Help Center home
Woolf Help Center home

✉️ Change Email

The changeEmail mutation allows an administrator to update a user’s email address. This action requires authentication and may have verification steps depending on the platform's policies.

Input Parameters

Parameter

Type

Description

email

String!

New email address to assign to the user.

id

ID!

ID of the user whose email is being updated.

Response Fields

Field

Type

Description

success

Boolean!

Returns true if the email change was successful.

🚀 Request (Try It)