✉️ 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 |
|---|---|---|
| String! | New email address to assign to the user. |
| ID! | ID of the user whose email is being updated. |
Response Fields
Field | Type | Description |
|---|---|---|
| Boolean! | Returns |