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.