---
sourceDocument: Xanadu API Reference
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/xanadu/api-reference

 Release :

    - xanadu

ft:locale :

    - en-US

ft:publication_title :

    - Xanadu API Reference

ft:clusterId :

    - crapiref

bundleId :

    - crapiref

workflow :

    - Creator


---

# Using special characters in URIs

# Using special characters in URIs {#ariaid-title1}

* Release version: Xanadu
* 
* Updated August 1, 2024
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 1 minute to read

A REST function URI or function variable may use special characters, such as pipe (\|)
characters.

When using these characters in a REST message, use URL encoding to escape these characters. For
example, to use a parameter value of user\|title, enter
<kbd class="ph userinput">user%7Ctitle</kbd>. Entering special characters directly may cause the REST
message to fail and display the response Invalid uri \<URI\>: Invalid query.

