UsersApi getUsersMe() expand issue

Hi,

I guess this is a bug in Java SDK.

When I call the getUsersMe(List<String> expand) method on UsersApi with a list containing 2 items "routingStatus" and "presence", the UserMe response includes only one of those fields, either routingStatus or presence depending on which item is the first in the list. However, if the expand list contains a single item like "routingStatus,presence" both fields are populated in the response.

This is actually an issue with the API not accepting query parameters correctly. I've opened API-3136 to get this fixed.

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