QueryUserInfoResponse

Response message for accounts.query.

JSON representation
{
  "recordsCount": string,
  "userInfo": [
    {
      object (UserInfo)
    }
  ]
}
Fields
recordsCount

string (int64 format)

If returnUserInfo in the request is true, this is the number of returned accounts in this message. Otherwise, this is the total number of accounts matching the query.

userInfo[]

object (UserInfo)

If returnUserInfo in the request is true, this is the accounts matching the query.