email parameter value used to query users should be encoded.
HTML Encoding example
Character encoding and content types
email parameter value used to query users should be encoded.
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 ” ’ & < >Let's say you have a company name like "BL&T's".
Then when you retrieve it from the API it will look like this:
"BL&T's"
Was this page helpful?