/user/public/multiple?userIds= userId_abc,userId_xyz
Gets public info for multiple userIds specified in a comma seperated query string (?userIds=userId_abc,userId_xyz
) . This is the same public user info that is available in /user/public/:userId
This is used by the client to get public info for multiple users in a single call, which helps prevent request throttling by the api