Legacy Dev Forum Posts

 View Only

Sign Up

User Search with q64 value and expand options

  • 1.  User Search with q64 value and expand options

    Posted 06-05-2025 18:25

    Ryan_Pierce | 2023-04-25 19:11:51 UTC | #1

    In Javascript, using the POST API call postUsersSearch(body), if multiple pages are available a q64 value is returned (nextPage).

    If you call the GET API getUsersSearch(q64 string, options) and pass the q64 value, the expected results are returned. However, if you try to pass an object with an array of several expand values. None of the expand values are returned. I've tested this in JS, the original API Explorer and the new Dev Center.

    It appears the API is taking the array of expand values and ignoring them. In the API Explorer, it concatenates the list as a single entry. ie expand=presence,routingStatus. The correct syntax appears to be: expand=presence&expand=routingstatus.

    Using v163.0.0 of the JS library


    system | 2023-05-26 19:12:46 UTC | #2

    This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.


    This post was migrated from the old Developer Forum.

    ref: 19636