post https://example.com/settings/v1/system/reset
Reset system
This API will erase any data and configuration.
The system will be unavailable for a while.
(*)This parameter is mandatory only if its optional parent attribute is defined. Click here for more information.
Request Body Parameters:
Parameter | Type | Mandatory | Description | Example |
---|---|---|---|---|
primaryAdministrator | object | true | ||
primaryAdministrator.email | string | true(*) | An email address in the RFC-5322 specification | [email protected] |
primaryAdministrator.password | string | true(*) | A password | Aa123456 |
primaryAdministrator.firstName | string | true(*) | A person's first name | John |
primaryAdministrator.lastName | string | true(*) | A person's last name | Smith |
This API requires SETTINGS_RESET_SYSTEM permission(s).