GetAccountInfoResponse

Response message for accounts.lookup.

JSON representation
{
  "kind": string,
  "users": [
    {
      object (UserInfo)
    }
  ]
}
Fields
kind
(deprecated)

string

users[]

object (UserInfo)

The information of specific user account(s) matching the parameters in the request.