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