setLicenseKey
This method sets a standalone or an add-on license key for a company.
Parameters
Parameter | Type | Optional | Description |
---|---|---|---|
| String | No | The license key to be set. |
| Object | Yes | An object containing the company's designated emergency contact details, intended for use by the MDR team during security events or incidents. NoteThis information must be valid and it is mandatory for the following company types:
The object contains the following fields:
|
Return value
This method does not return any value.
Example
Request:
{ "params": { "licenseKey" : "TNB3AAA", "mdrContactInformation": { "phoneNumber": { "countryPrefix": "+4", "subscriberNumber": "112345" }, "fullName": "Contact", "email": "[email protected]", "emailVerificationCode": "43728676" }, }, "jsonrpc": "2.0", "method": "setLicenseKey", "id": "48daf1bc-4078-411c-bf44-4f293e68f501" }
Response:
{ "id":"48daf1bc-4078-411c-bf44-4f293e68f501", "jsonrpc":"2.0", "result": null }