/api/collections/{collection.name}/confirm-email-change
Confirms {collection.name} email change request.
/api/collections/{collection.name}/confirm-email-change
| 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. |
| Param | Type | Description |
|---|---|---|
| expand | String |
Auto expand record relations. Ex.:
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. |