Inventory API incorrectly reporting some users as terminated

When using the Inventory API to scan user IDs 2 and 3, it returns an error code indicating the accounts are terminated. I believe this behavior is incorrect, as those accounts do not appear to be terminated when viewed on the website.

Here is the response I’m seeing:

{
  "code": "FAILED_PRECONDITION",
  "message": "User provided is currently banned!"
}

Expected behavior

I believe the expected behavior would be for the API to indicate that these accounts are private, not that they are terminated.

A private message is associated with this bug report

1 Like

Thanks for flagging this issue!

We’ve rolled out a fix - let us know if it continues to happen.

2 Likes

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