SOAP API method Account_setIpRemovalPeriod
Description
The following options can be used: 'never', 'immediate' or period time in seconds
Parameters
Name | Type | Description |
---|---|---|
period | string | $period label for option or number of second for a period |
period | int | $period label for option or number of second for a period |
login | Structure of type 'login' | Optional login data (soon deprecated) |
access_token | string | Optional api access token |
* required parameters |
Structure 'login'
Name | Type | Description |
---|---|---|
username | string | The username of the login attempt |
account | string | The account name of the login attempt |
password | string | The password for the login attempt |