The documentation page for UserService::GetUserInfosByUserIdsAsync has not been updated to include the HasVerifiedBadge
entry which was recently added to the UserInfoResponse
object.
Expected behavior
UserService::GetUserInfosByUserIdsAsync returns an array of dictionaries (“UserInfoResponse
objects”) which each follow this format:
{
["DisplayName"] = string,
["HasVerifiedBadge"] = boolean,
["Id"] = number (positive integer),
["Username"] = string
}
Here is a sample call of the method: