SOAP API methode SubProfile_emailAddressValid
Beschrijving
This method returns a string that indicates whether the address is valid, it can have the value 'invalid_type' when no field from the collection 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
Naam | Type | Beschrijving |
---|---|---|
id * | int | Unique identifier (id) of the object SubProfile. The method only applies to the subprofile with this id. |
timestamp | string | The timestamp for the historic subprofile |
login | Structure of type 'login' | Optional login data (soon deprecated) |
access_token | string | Optional api access token |
* verplichte parameters |
Resultaat
Naam | Type | Beschrijving |
---|---|---|
value | string |
Structuur 'login'
Naam | Type | Beschrijving |
---|---|---|
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 |