email
parameter value used to query users should be encoded.
HTML EncodingIt should be noted that the following identifiers are encoded to protect from potential cross-site scripting attacks:
name
, user_id
, company_id
and email
. As a result you may see these identifiers in their encoded format when you retrieve them via the API.Note that the characters we encode are double quote, single quote, ampersand, less than and greater than symbols i.e ” ’ & < >HTML Encoding example