Confirm email change ({collection.name})

Confirms {collection.name} email change request.

Returns the refreshed auth data.

API details
POST

/api/collections/{collection.name}/confirm-email-change

Body Parameters
Param Type Description
Required token
String The token from the change email request email.
Required password
String The account password to confirm the email change.
Query parameters
Param Type Description
expand String Auto expand record relations. Ex.: Supports up to 6-levels depth nested relations expansion.
The expanded relations will be appended to the record under the expand property (eg. {`"expand": {"relField1": {...}, ...}`}).
Only the relations to which the account has permissions to view will be expanded.
Responses
{#each responses as response (response.code)} {/each}
{#each responses as response (response.code)}
{/each}