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.

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年05月30日 UTC.