Terug naar de indexpagina

SOAP API methode Profile_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 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

Naam Type Beschrijving
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
* 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