email | String | The end user’s email address. When set with Create User, this must adhere to the following format and rules: {user_name}@{domain}.{top_level_domain}.user_name can include alphanumeric characters (letters and numbers) and special characters: ., !, #, $, %, &, ', *, +, /, =, ?, ^, _, {, }, |, ~, -.@ symbol must exist between the user_name and domain.domain must start/end with an alphanumeric character. It can include hyphens (-), but not consecutive hyphens. If there are multiple domain levels (for example, subdomains), they must follow the same rules.- At least one dot
. must separate the domain and top_level_domain. Examples of correct formatting:user@example.comuser.name+test@sub-domain.example.co.uk Examples of incorrect formatting:@example.com (missing user_name)user@domain..com (double dot in domain)user@domain-.com (hyphen at the end of the domain)
|