Forum Discussion
YuriK
Khoros Expert
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
10 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/>
Related Content
- 5 years ago
- 5 years ago