UserService::GetUserInfosByUserIdsAsync Not up to Date

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:

6 Likes

Meant to post this under Documentation Issues, it isn’t letting me move it there

1 Like

Thanks for the report! We’ve filed a ticket in our internal database.

3 Likes

Hi there, we updated the documentation to include the new key. Thanks for reporting.

4 Likes

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