Forum Discussion
YuriK
11 years agoKhoros Alumni (Retired)
I think you may need to url encode the query parameter, try the following:
<#assign url_getUser = "https://DOMAIN.zendesk.com/api/v2/users?" + "query=USER@COMPANY.com" ?url/>
Hope this helps,
Yuri
perk
11 years agoAdept
I tried and a type mismatch happens. url can't be assigned to string. url_getUser isn't defined anywhere else.
<#assign url_getUser = baseUrl + "users/query=user@domain.com" ?url/>