SOAP API method Profile_emailAddressValid
Description
This method returns a string that indicates whether the address is valid, it can have the value 'invalid_type' when no field from the database is marked as being the field that holds an e-mail address, 'busy' when the address is being checked, 'unknown' when the address has not yet been checked and 'yes' or 'no' when the address is valid or not.
Parameters
Name | Type | Description |
---|---|---|
id * | int | Unique identifier (id) of the object Profile. The method only applies to the profile with this id. |
timestamp | string | The timestamp for the historic profile |
login | Structure of type 'login' | Optional login data (soon deprecated) |
access_token | string | Optional api access token |
* required parameters |
Return values
Name | Type | Description |
---|---|---|
value | string |
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 |