This is when I do
api/user/ratings/{userId}
And it doesn't have any user information in the response. It should includes the users who left the review or anonymous user if rate was created as anonymous
In comparison, when post rates for users, below is what I get.

This is when I do
api/user/ratings/{userId}
And it doesn't have any user information in the response. It should includes the users who left the review or anonymous user if rate was created as anonymous
In comparison, when post rates for users, below is what I get.